Olivier Massot 7 달 전
부모
커밋
8244ff2b76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/data/apiRequestService.ts

+ 1 - 1
services/data/apiRequestService.ts

@@ -80,7 +80,7 @@ class ApiRequestService {
     url: string,
     body: string | AnyJson | null = null,
     query: AssociativeArray | null = null,
-    headers: AssociativeArray | null = null,
+    headers: AssociativeArray | null = null
   ): Promise<Response> {
     const config: FetchOptions = { method }
     if (query) {