mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
chore(deps-dev): upgrade typescript to v4.1.2 and ts-node to v9.1.1
This commit is contained in:
@@ -253,7 +253,7 @@ class JobPlexSync {
|
||||
this.progress = start;
|
||||
await this.processItems(slicedItems);
|
||||
|
||||
await new Promise((resolve) =>
|
||||
await new Promise<void>((resolve) =>
|
||||
setTimeout(async () => {
|
||||
await this.loop({
|
||||
start: start + BUNDLE_SIZE,
|
||||
|
Reference in New Issue
Block a user