|
|
@@ -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) {
|