ci: fixing release pipeline

This commit is contained in:
Chubby Granny Chaser
2025-10-28 21:38:07 +00:00
parent 6b96c99bb1
commit a11b3e8877
5 changed files with 8 additions and 11 deletions

View File

@@ -53,10 +53,8 @@ export const loadState = async () => {
await HydraApi.setupApi().then(async () => {
uploadGamesBatch();
void migrateDownloadSources();
const { syncDownloadSourcesFromApi } = await import(
"./services/user"
);
const { syncDownloadSourcesFromApi } = await import("./services/user");
void syncDownloadSourcesFromApi();
// WSClient.connect();
});