Skip to content

Commit 8f7b6a9

Browse files
committed
fix: Drop redundant Promise.resolve return in sync
1 parent 8f59f10 commit 8f7b6a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scheduler/scheduler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,4 @@ export const sync = async ({
269269
}
270270

271271
stream.end();
272-
return await Promise.resolve();
273272
};

0 commit comments

Comments
 (0)