Skip to content

Commit 5058a52

Browse files
committed
variable name changed, replaced require with import
1 parent cfb586e commit 5058a52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/group.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const { connector } = require("#models/databaseUtil");
1+
const { connector } =
2+
import ("#models/databaseUtil");
23

34
const groupSchema = {
45
groupName: { type: String, required: true },

0 commit comments

Comments
 (0)