Skip to content

Commit 7088589

Browse files
fix(client): avoid removing abort listener too early
1 parent 9acb0f7 commit 7088589

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ export class SFCNodes {
525525
return await this.fetch.call(undefined, url, fetchOptions);
526526
} finally {
527527
clearTimeout(timeout);
528-
if (signal) signal.removeEventListener('abort', abort);
529528
}
530529
}
531530

0 commit comments

Comments
 (0)