houyaf 3 년 전
부모
커밋
0b4e02bf1f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/network/http/apiRequest.ts

+ 0 - 1
src/network/http/apiRequest.ts

@@ -51,7 +51,6 @@ apiRequest.interceptors.request.use(
   },
 )
 
-// eslint-disable-next-line @typescript-eslint/ban-ts-comment
 apiRequest.interceptors.response.use(
   (response: AxiosResponse<any>) => {
     loading.close()