feat. 데이터 구조 변경에 따른 수정

This commit is contained in:
clkim
2025-09-11 14:38:02 +09:00
parent 060517e9ad
commit 457516a3a2
24 changed files with 213 additions and 250 deletions

View File

@@ -28,7 +28,7 @@ export const useGetGameAlias = () => {
}
}
} catch (error) {
console.log("useGetGameAlias server error: ", error);
console.error("useGetGameAlias server error: ", error);
}
}
@@ -46,7 +46,7 @@ export const useGetGameAlias = () => {
}
}
} catch (error) {
console.log("useGetGameAlias client error: ", error);
console.error("useGetGameAlias client error: ", error);
}
}
return "";