refactor: frontend: formatting

This commit is contained in:
wea_ondara
2023-11-20 18:14:10 +01:00
parent cef177678e
commit 725554f645

View File

@@ -104,7 +104,7 @@ export default class MangaUpdatesDataService {
} }
continue; continue;
} finally { } finally {
// await new Promise((r) => setTimeout(r, 1000)); // await new Promise((r) => setTimeout(r, 1000));
} }
await mangaStore.updateMangaUpdatesSeries([series]); await mangaStore.updateMangaUpdatesSeries([series]);
} finally { } finally {