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