Skip to content

Commit e66441f

Browse files
committed
change to import from require
1 parent 015e866 commit e66441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/infra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import connector from "#models/databaseUtil";
1+
import connector from "#models/databaseUtil";
22

33
const infrastructureSchema = {
44
infraID: {type: Number, required: true},

0 commit comments

Comments
 (0)