fix bios for real
This commit is contained in:
parent
f1adde7387
commit
2cfb5e6062
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { Router } from "express";
|
||||
import { replyIterator } from "../lib.js";
|
||||
import { initDb } from "../db.js";
|
||||
import { splitUp } from "../lib.js";
|
||||
let db = await initDb();
|
||||
|
||||
const router = Router();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue