We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188589f commit f45b32dCopy full SHA for f45b32d
src/management/identities/_schemas/_parts/inetOrgPerson.part.ts
@@ -79,7 +79,4 @@ export class inetOrgPerson extends Document {
79
// public userPassword?: string;
80
}
81
82
-export const inetOrgPersonSchema = SchemaFactory.createForClass(inetOrgPerson).index(
83
- { employeeNumber: 1, employeeType: 1 },
84
- { unique: true },
85
-);
+export const inetOrgPersonSchema = SchemaFactory.createForClass(inetOrgPerson);
0 commit comments