Skip to content

Commit

Permalink
fix(eslint) ts-ignore and eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago-Mota-Santos committed Oct 17, 2023
1 parent 239e3b6 commit b770dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/relay/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export function createNetwork() {
}

const network = Network.create(fetchResponse)
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - seems to be a private untyped api

network.responseCache = responseCache
return network
}
Expand Down

2 comments on commit b770dc4

@vercel
Copy link

@vercel vercel bot commented on b770dc4 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-relay – ./apps/server

api-relay-git-main-thiago-mota-santos.vercel.app
api-relay-thiago-mota-santos.vercel.app
api-relay.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b770dc4 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.