Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit a281263

Browse files
committed
remove sub import
1 parent df967a8 commit a281263

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/database.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
import { ConfigCache } from "@bloqbit/cache";
2-
31
import { SaveDataClient, Config, log } from "#bloqbit/include.ts";
42

53
import mariadb from "mariadb";
64

75
let dbPool: mariadb.Pool | undefined;
8-
let cache: ConfigCache = new ConfigCache();
96

107
// Safe JSON parse helper
118
function safeParseJSON<T = unknown>(

0 commit comments

Comments
 (0)