Skip to content

Commit 5518528

Browse files
fix(client): avoid removing abort listener too early
1 parent fa85ef0 commit 5518528

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
@@ -550,7 +550,6 @@ export class ScanDocuments {
550550
return await this.fetch.call(undefined, url, fetchOptions);
551551
} finally {
552552
clearTimeout(timeout);
553-
if (signal) signal.removeEventListener('abort', abort);
554553
}
555554
}
556555

0 commit comments

Comments
 (0)