From d44c3740523bce8bb7db17d9d514918aac7a333c Mon Sep 17 00:00:00 2001 From: Akhil Meka Date: Tue, 25 Mar 2025 11:45:42 +0530 Subject: [PATCH] typo fix --- cron/notificationCleanup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/notificationCleanup.js b/cron/notificationCleanup.js index 9c5a5b7..4d56949 100644 --- a/cron/notificationCleanup.js +++ b/cron/notificationCleanup.js @@ -1,7 +1,7 @@ import mongoose from "mongoose"; const notifModel = mongoose.model( - "notificaiton", + "notification", new mongoose.Schema( { createdAt: Date,