Skip to content

Commit c7da0c6

Browse files
fix: fix formatting issues in packages/faustwp-core/src/client.ts
1 parent 7b95306 commit c7da0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/faustwp-core/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function createApolloClient(authenticated = false) {
103103
let apolloClientOptions: ApolloClientOptions<NormalizedCacheObject> = {
104104
ssrMode: typeof window === 'undefined',
105105
devtools: {
106-
enabled: typeof window !== 'undefined'
106+
enabled: typeof window !== 'undefined',
107107
},
108108
link: linkChain,
109109
cache: new InMemoryCache(inMemoryCacheObject).restore(windowApolloState),

0 commit comments

Comments
 (0)