Skip to content

Commit acabb50

Browse files
committed
chore: add TODO
1 parent 446f333 commit acabb50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/apollo.client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const createApolloClient = (httpUrl: string) => {
3030
};
3131
});
3232

33+
//@Samox TODO make sure the WSlink uses the accesstoken right after it is created or refreshed
3334
const wsLink = new GraphQLWsLink(
3435
createClient({
3536
url: wsUrl,

0 commit comments

Comments
 (0)