mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
fix: fixing code quality issues
This commit is contained in:
@@ -75,7 +75,7 @@ export function useSearchSuggestions(
|
||||
setIsLoading(true);
|
||||
|
||||
try {
|
||||
const response = await globalThis.electron.hydraApi.get<
|
||||
const response = await window.electron.hydraApi.get<
|
||||
{
|
||||
title: string;
|
||||
objectId: string;
|
||||
|
||||
@@ -151,6 +151,7 @@ export function RepacksModal({
|
||||
};
|
||||
return levelDBService.put(gameKey, updated, "games");
|
||||
}
|
||||
return Promise.resolve();
|
||||
})
|
||||
.catch(() => {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user