mirror of
https://github.com/vernu/textbee.git
synced 2026-02-20 15:44:31 -05:00
chore(api): update sms schema
This commit is contained in:
@@ -12,7 +12,7 @@ export class SMS {
|
||||
@Prop({ type: Types.ObjectId, ref: Device.name, required: true })
|
||||
device: Device
|
||||
|
||||
@Prop({ type: Types.ObjectId, ref: SMSBatch.name, required: true })
|
||||
@Prop({ type: Types.ObjectId, ref: SMSBatch.name })
|
||||
smsBatch: SMSBatch
|
||||
|
||||
@Prop({ type: String })
|
||||
|
||||
Reference in New Issue
Block a user