Skip to content

Commit

Permalink
Add getIsAuthenticated to user session query keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoble committed Sep 13, 2024
1 parent 16431e5 commit fca4970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { analytics } from '../analytics';
import { login as _login } from './__generated__/login';

export const USER_SESSION_QUERY_KEYS = [
['getWithAuthGuardData'],
['getIsAuthenticated'],
['getProfileData'],
['isCollectionFavorited'],
['collectionIsFavorited'],
Expand Down

0 comments on commit fca4970

Please sign in to comment.