From 329f655081751b98b91fafab80902e8bf805cffa Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Thu, 3 Apr 2025 12:38:24 +0530 Subject: [PATCH] update notification schema --- src/notification/notification.schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification/notification.schema.ts b/src/notification/notification.schema.ts index f6975f2..2703c15 100644 --- a/src/notification/notification.schema.ts +++ b/src/notification/notification.schema.ts @@ -8,7 +8,7 @@ const notificationSchema = new mongoose.Schema({ type: String, unique: true, }, - permitId: mongoose.Types.ObjectId, + permitId: String, tenantId: String, permitNumber: String, link: String,