Skip to content

Commit 834599b

Browse files
fix(client): avoid removing abort listener too early
1 parent 41a62e7 commit 834599b

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
@@ -641,7 +641,6 @@ export class Finch {
641641
return await this.fetch.call(undefined, url, fetchOptions);
642642
} finally {
643643
clearTimeout(timeout);
644-
if (signal) signal.removeEventListener('abort', abort);
645644
}
646645
}
647646

0 commit comments

Comments
 (0)