Skip to content

Commit 4e4c9df

Browse files
fix(client): avoid removing abort listener too early
1 parent d12c7fa commit 4e4c9df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ export class Kernel {
665665
return await this.fetch.call(undefined, url, fetchOptions);
666666
} finally {
667667
clearTimeout(timeout);
668-
if (signal) signal.removeEventListener('abort', abort);
669668
}
670669
}
671670

0 commit comments

Comments
 (0)