Skip to content

Commit 1d2c7fd

Browse files
Update topic.js
1 parent 268ad76 commit 1d2c7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/topic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import connector from "#models/databaseUtil";
2-
// eslint-disable-next-line no-unused-vars
2+
33
const topicSchema = {
44
title: { type: String, required: true },
55
};
6-
6+
// eslint-disable-next-line no-unused-vars
77
const Topic = connector.model("topic", topicSchema);

0 commit comments

Comments
 (0)