diff --git a/src/commons/graphql/client.tsx b/src/commons/graphql/client.tsx index 73da9fe..4886c15 100644 --- a/src/commons/graphql/client.tsx +++ b/src/commons/graphql/client.tsx @@ -140,9 +140,7 @@ export const AppApolloClientProvider: FC = ({ children }) => { options: { reconnect: true, connectionParams: { - headers: { - authorization: `Bearer ${accessTokenRef.current} `, - }, + authorization: `Bearer ${accessTokenRef.current} `, }, }, });