fix. 코드 리팩토링

This commit is contained in:
clkim
2025-11-13 16:52:35 +09:00
parent c92f2e69db
commit 56a2334055
4 changed files with 8 additions and 9 deletions

View File

@@ -29,7 +29,6 @@ const getEventNavigation = async (): Promise<Record<
const response = (await commonFetch('GET', apiUrl, {
query: queryParams,
loading: false,
})) as EventNavigationResponse | null
if (response?.code === 0 && 'value' in response) {