Skip to content

Commit 602e6b8

Browse files
committed
replaced require with import
1 parent 5058a52 commit 602e6b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/group.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const { connector } =
2-
import ("#models/databaseUtil");
1+
import connector from "#models/databaseUtil";
32

43
const groupSchema = {
54
groupName: { type: String, required: true },

0 commit comments

Comments
 (0)