typo fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import mongoose from "mongoose";
|
||||
|
||||
const notifModel = mongoose.model(
|
||||
"notificaiton",
|
||||
"notification",
|
||||
new mongoose.Schema(
|
||||
{
|
||||
createdAt: Date,
|
||||
|
||||
Reference in New Issue
Block a user