bug resolutions
This commit is contained in:
parent
414a9734c9
commit
cb16fa9239
13 changed files with 78 additions and 81 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as fs from "fs";
|
||||
import { connectToDb, resetQuota } from "./mysql";
|
||||
import { connectToDb, resetQuota } from "./mysql.js";
|
||||
|
||||
function getLastResetDate(): number {
|
||||
const data: string = fs.readFileSync("../data/lastreset.txt", "utf8");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue