Skip to content

Commit 811af0f

Browse files
committed
Remove a comment.
1 parent 013ebc5 commit 811af0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

UploadHttpLink.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ export default class UploadHttpLink extends ApolloLink {
177177
const { newURI, parseError } = rewriteURIForGET(uri, body);
178178

179179
if (parseError)
180-
// Apollo’s `HttpLink` uses `fromError` for this, but it’s not
181-
// exported from `@apollo/client/link/http`.
182180
return new Observable((observer) => {
183181
observer.error(parseError);
184182
});

0 commit comments

Comments
 (0)