This commit is contained in:
2025-03-25 11:45:42 +05:30
parent 728b8485f9
commit d44c374052

View File

@@ -1,7 +1,7 @@
import mongoose from "mongoose";
const notifModel = mongoose.model(
"notificaiton",
"notification",
new mongoose.Schema(
{
createdAt: Date,