Skip to content

Commit caa3f10

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

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
@@ -558,7 +558,6 @@ export class Grid {
558558
return await this.fetch.call(undefined, url, fetchOptions);
559559
} finally {
560560
clearTimeout(timeout);
561-
if (signal) signal.removeEventListener('abort', abort);
562561
}
563562
}
564563

0 commit comments

Comments
 (0)