This commit is contained in:
Jill 2023-03-22 13:52:37 +03:00
parent 28be5756c6
commit b85d65563f
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function getNextTime(hour: number, randomMinute = true) {
}
let next: Record<string, number> = {};
export let subscriptions: Record<string, string[]>;
export let subscriptions: Record<string, string[]> = {};
function saveNext() {
fs.writeFileSync('./next.json', JSON.stringify(next));