Skip to content

Commit 0738e88

Browse files
fix(client): avoid removing abort listener too early
1 parent cdce131 commit 0738e88

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
@@ -625,7 +625,6 @@ export class ImageKit {
625625
return await this.fetch.call(undefined, url, fetchOptions);
626626
} finally {
627627
clearTimeout(timeout);
628-
if (signal) signal.removeEventListener('abort', abort);
629628
}
630629
}
631630

0 commit comments

Comments
 (0)