fix lint warning
This commit is contained in:
+2
-2
@@ -73,8 +73,8 @@ const fillUrlParams = (apiPath: APIPath, params: API["urlParams"] = {}): string
|
||||
|
||||
const callBackendAPI = async <RequestType, ResponseType>(
|
||||
path: APIPath,
|
||||
urlParams: API["urlParams"] = {},
|
||||
queryParams: API["queryParams"] = {},
|
||||
urlParams: API["urlParams"],
|
||||
queryParams: API["queryParams"],
|
||||
method: AxiosRequestConfig["method"],
|
||||
headers: Headers,
|
||||
requestBody: RequestType,
|
||||
|
||||
Reference in New Issue
Block a user