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 da1c126 commit 015e866Copy full SHA for 015e866
models/infra.js
@@ -1,4 +1,4 @@
1
-const { connector } = require("#models/databaseUtil");
+import connector from "#models/databaseUtil";
2
3
const infrastructureSchema = {
4
infraID: {type: Number, required: true},
0 commit comments