forked from Yara724/api
Merge pull request 'making smsApiKey for clients not unique' (#114) from s.yahyaee/yara724-api:main into main
Reviewed-on: Yara724/api#114
This commit is contained in:
@@ -67,7 +67,7 @@ export class ClientModel {
|
|||||||
english: string;
|
english: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
@Prop({ required: false, unique: true, type: Object })
|
@Prop({ required: false, unique: false, type: Object })
|
||||||
property: {
|
property: {
|
||||||
smsApiKey: string;
|
smsApiKey: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user