Skip to content

Commit

Permalink
test?
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 18, 2024
1 parent 7cb215c commit 3413d9b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ export class ApolloClientClientBaseImpl<
);
});

promise.catch(() => {});
promise.finally(cleanup);
promise.then(cleanup, cleanup);

const observable = new Observable<FetchResult>((observer) => {
promise
Expand Down

0 comments on commit 3413d9b

Please sign in to comment.