fix. 코드 리팩토링
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user