Fix import

This commit is contained in:
Michael Wolf
2025-03-07 15:23:29 -06:00
parent d6fda3fdb3
commit d48a533d42

View File

@@ -2,7 +2,7 @@
import { randomNumber } from "https://deno.land/x/random_number/mod.ts";
import { config } from "./config.ts";
import { getLogs, log } from "./logging";
import { getLogs, log } from "./logging.ts";
//const database = Client({