fix linting

This commit is contained in:
2025-06-07 17:19:01 -06:00
parent dbeb1c6b4b
commit 820ae727ed
10 changed files with 87 additions and 62 deletions

View File

@@ -96,10 +96,7 @@ db.on("populate", async () => {
try {
await db.settings.add(DEFAULT_SETTINGS);
} catch (error) {
logger.error(
"Error populating the database with default settings:",
error,
);
logger.error("Error populating the database with default settings:", error);
}
});