Revert DB name

This commit is contained in:
Max Nuding 2023-04-12 20:10:18 +02:00
parent ef4c517ff2
commit e346928d32
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -5,7 +5,7 @@ import { isTruthy } from '$lib/truthyString';
import sqlite3 from 'sqlite3';
const { DEV } = import.meta.env;
const db: sqlite3.Database = new sqlite3.Database('moshingmammut3.db');
const db: sqlite3.Database = new sqlite3.Database('moshingmammut.db');
const ignoredUsers: string[] =
IGNORE_USERS === undefined
? []