Skip to content

Commit

Permalink
Update apollo config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-mck committed Aug 29, 2023
1 parent 1907e70 commit 085bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apollo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (typeof window !== 'undefined') {
});

// Conditionally split between HTTP and WebSocket links
split(
link = split(
({ query }) => {
const definition = getMainDefinition(query);

Expand Down

0 comments on commit 085bb0a

Please sign in to comment.