Skip to content

Commit 9520f5c

Browse files
fix(client): avoid removing abort listener too early
1 parent a2841be commit 9520f5c

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
@@ -574,7 +574,6 @@ export class SentDm {
574574
return await this.fetch.call(undefined, url, fetchOptions);
575575
} finally {
576576
clearTimeout(timeout);
577-
if (signal) signal.removeEventListener('abort', abort);
578577
}
579578
}
580579

0 commit comments

Comments
 (0)