Skip to content

Commit 7207af2

Browse files
authored
Update customers_basic.js
1 parent c7874d4 commit 7207af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/queries/customers_basic.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const db = require("./db.js");
1+
const db = require("../db.js");
22
const Customer = db.customers;
33

44
async function asyncFunction() {
55
const customers = await Customer.findAll();
66
console.log(JSON.stringify(customers));
77
}
88

9-
asyncFunction();
9+
asyncFunction();

0 commit comments

Comments
 (0)