mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 03:41:02 +00:00
fix: fixing sonar issues
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user