Skip to content

Commit

Permalink
chore(api): update sms schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vernu committed Apr 29, 2024
1 parent 479bede commit 476d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/gateway/schemas/sms.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 476d6dd

Please sign in to comment.