lint: format and lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { db } from "../data/db"
|
||||
import { db } from "../data/db";
|
||||
|
||||
db.execute(`
|
||||
CREATE TABLE IF NOT EXISTS note (
|
||||
@@ -12,4 +12,4 @@ db.execute(`
|
||||
);
|
||||
`);
|
||||
|
||||
db.close();
|
||||
db.close();
|
||||
|
||||
Reference in New Issue
Block a user