From bc356f6cfa4247e892d2a547c944762d76657db2 Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Wed, 23 Mar 2022 13:29:34 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE=D0=BD=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BE=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup/src/api/HttpClient.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/popup/src/api/HttpClient.ts b/popup/src/api/HttpClient.ts index 09a47ed..d7edf4d 100644 --- a/popup/src/api/HttpClient.ts +++ b/popup/src/api/HttpClient.ts @@ -41,6 +41,7 @@ export class HttpClient { constructor (baseUrl: string) { this.baseUrl = baseUrl + this.syncBaseUrlWithStand() } async syncBaseUrlWithStand () { @@ -52,8 +53,6 @@ export class HttpClient { } send (schema: SchemaInterface, data: any | null = null): Promise { - this.syncBaseUrlWithStand() - let url = schema.url const preparedData = data for (const key in data) {