Skip to content

Commit 2510f06

Browse files
committed
added comment
1 parent 3064f4f commit 2510f06

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

backend/src/games/services/game.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
2+
3+
// game file
24
import { Chess, Square } from "chess.js";
35
import { InputJsonValue } from "@prisma/client/runtime/library";
46

frontend/src/hooks/api/useAuth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export function useCurrentUser() {
124124
}
125125

126126
export function useRefreshToken() {
127+
//referesh token
127128
const queryClient = useQueryClient();
128129
const { setAuth, setError } = useAuthStore();
129130

0 commit comments

Comments
 (0)