Skip to content

Commit

Permalink
fix: errors by knip
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 22, 2024
1 parent 84e1dac commit 58e8417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@livepeer/react": "^3.1.9",
"@radix-ui/react-hover-card": "^1.0.7",
"@tanstack/react-query": "^5.17.19",
"@wagmi/connectors": "^4.1.6",
"alchemy-sdk": "^3.1.1",
"axios": "^1.6.5",
"browser-image-compression": "^2.0.2",
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/store/persisted/useAuthStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const useAuthStore = create(
)
);

export default useAuthStore;

export const signIn = (tokens: { accessToken: string; refreshToken: string }) =>
useAuthStore.getState().signIn(tokens);
export const signOut = () => useAuthStore.getState().signOut();
Expand Down

0 comments on commit 58e8417

Please sign in to comment.