fix: fixing sonar issues

This commit is contained in:
Chubby Granny Chaser
2025-01-22 00:19:24 +00:00
parent 71cb4cd240
commit 2aff983dec
4 changed files with 7 additions and 8 deletions

View File

@@ -10,8 +10,7 @@ import icon from "@resources/icon.png?asset";
import { NotificationOptions, toXmlString } from "./xml";
import { logger } from "../logger";
import type { Game, UserPreferences } from "@types";
import { levelKeys } from "@main/level";
import { db } from "@main/level";
import { db, levelKeys } from "@main/level";
async function downloadImage(url: string | null) {
if (!url) return undefined;