Skip to content
Snippets Groups Projects
Commit a54decaa authored by Nabilsenko's avatar Nabilsenko
Browse files

fix redundant id

parent f803ef0d
No related branches found
No related tags found
1 merge request!3Get people
......@@ -55,4 +55,4 @@ export class People {
export const PeopleSchema = SchemaFactory.createForClass(People);
PeopleSchema.index({ id: 1 }, { unique: true });
\ No newline at end of file
PeopleSchema.index({});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment