Skip to content

Commit d3af18e

Browse files
fix(client): avoid removing abort listener too early
1 parent 7b17772 commit d3af18e

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
@@ -593,7 +593,6 @@ export class Supermemory {
593593
return await this.fetch.call(undefined, url, fetchOptions);
594594
} finally {
595595
clearTimeout(timeout);
596-
if (signal) signal.removeEventListener('abort', abort);
597596
}
598597
}
599598

0 commit comments

Comments
 (0)