Skip to content

Commit

Permalink
Add @ts-ignore with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Feb 18, 2020
1 parent 9ead37a commit 2e126fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-gateway/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class Cache implements CacheManager {
body,
status: response.status,
statusText: response.statusText,
// @ts-ignore - TODO? New types for `.raw()` are going unrecognized by CI for some reason.
headers: response.headers.raw(),
}),
);
Expand Down

0 comments on commit 2e126fc

Please sign in to comment.