From 0dd9701cebd3c40a75a05fbcdc61369f6853b6d0 Mon Sep 17 00:00:00 2001 From: Vasili Karaev Date: Thu, 5 Aug 2021 12:31:56 +0300 Subject: [PATCH] Set default api request/response types to any --- api/ApiMethodFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ApiMethodFactory.ts b/api/ApiMethodFactory.ts index bb597b2..4ab4960 100644 --- a/api/ApiMethodFactory.ts +++ b/api/ApiMethodFactory.ts @@ -57,7 +57,7 @@ class ApiMethodFactory { return `${path}?${query}` } - make = ( + make = ( template: string, method: HttpMethod = HttpMethod.GET, { path: pathKeys = [],