server-ts: Fix export

This commit is contained in:
Elian Doran 2024-02-17 20:06:54 +02:00
parent 1b58dbe401
commit a029ee268a
No known key found for this signature in database

View File

@ -184,7 +184,7 @@ function getDbSize() {
log.info(`DB size: ${getDbSize()} KB`);
module.exports = {
export = {
dbReady,
schemaExists,
isDbInitialized,