We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3064f4f commit 2510f06Copy full SHA for 2510f06
backend/src/games/services/game.ts
@@ -1,4 +1,6 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
+
3
+// game file
4
import { Chess, Square } from "chess.js";
5
import { InputJsonValue } from "@prisma/client/runtime/library";
6
frontend/src/hooks/api/useAuth.ts
@@ -124,6 +124,7 @@ export function useCurrentUser() {
124
}
125
126
export function useRefreshToken() {
127
+ //referesh token
128
const queryClient = useQueryClient();
129
const { setAuth, setError } = useAuthStore();
130
0 commit comments