Skip to content

Commit

Permalink
refactor: Remove unnecessary type (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
knipec authored Jun 17, 2024
1 parent 6cf29e1 commit 3ecd582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/account/accountSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export type User = {
preferences: Record<string, string>;
};

export type SimpleUserInfo = Omit<User, 'preferences'>;

export const setHasAccessTokenAsync = createAsyncThunk(
'account/setHasAccessTokenAsync',
() => getToken(),
Expand Down

0 comments on commit 3ecd582

Please sign in to comment.