mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor
This commit is contained in:
parent
b8bd786c45
commit
aa253466a3
12 changed files with 19 additions and 19 deletions
|
@ -5,7 +5,7 @@ import url from "url";
|
|||
import { uploadGamesBatch } from "./library-sync";
|
||||
import { clearGamesRemoteIds } from "./library-sync/clear-games-remote-id";
|
||||
import { logger } from "./logger";
|
||||
import { UserNotLoggedInError } from "@types";
|
||||
import { UserNotLoggedInError } from "@shared";
|
||||
|
||||
export class HydraApi {
|
||||
private static instance: AxiosInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue