From a54decaa42f057744f59594d160e497589155787 Mon Sep 17 00:00:00 2001
From: Nabilsenko <96882497+Nabilsenko@users.noreply.github.com>
Date: Mon, 21 Nov 2022 23:55:43 +0100
Subject: [PATCH] fix redundant id

---
 src/people/schemas/people.schema.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/people/schemas/people.schema.ts b/src/people/schemas/people.schema.ts
index 98ee40a..09d9a5f 100644
--- a/src/people/schemas/people.schema.ts
+++ b/src/people/schemas/people.schema.ts
@@ -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
-- 
GitLab