Skip to content

Commit

Permalink
chore: better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Feb 14, 2023
1 parent f745a45 commit 009faa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/graphql/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ const GaloyClient: React.FC<PropsWithChildren> = ({ children }) => {
}>()

useEffect(() => {
console.log("creating new client")
;(async () => {
console.log("creating new apollo client")
console.log(`creating new apollo client, token present: ${Boolean(token)}`)
const httpLink = new HttpLink({
uri: appConfig.galoyInstance.graphqlUri,
})
Expand Down

0 comments on commit 009faa7

Please sign in to comment.