We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268ad76 commit 1d2c7fdCopy full SHA for 1d2c7fd
models/topic.js
@@ -1,7 +1,7 @@
1
import connector from "#models/databaseUtil";
2
-// eslint-disable-next-line no-unused-vars
+
3
const topicSchema = {
4
title: { type: String, required: true },
5
};
6
-
+// eslint-disable-next-line no-unused-vars
7
const Topic = connector.model("topic", topicSchema);
0 commit comments