forked from Yara724/api
making smsApiKey for clients not unique
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