Skip to content

Commit 2e1b9c5

Browse files
fix(client): avoid removing abort listener too early
1 parent 5f74578 commit 2e1b9c5

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
@@ -531,7 +531,6 @@ export class Conductor {
531531
return await this.fetch.call(undefined, url, fetchOptions);
532532
} finally {
533533
clearTimeout(timeout);
534-
if (signal) signal.removeEventListener('abort', abort);
535534
}
536535
}
537536

0 commit comments

Comments
 (0)