From 19503e0b311e7a7a2d2a0e0f481094123e2319aa Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Wed, 2 Jun 2021 11:01:19 +0200 Subject: [PATCH] style: lint --- sasjs-tests/src/App.tsx | 2 +- src/auth/AuthManager.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sasjs-tests/src/App.tsx b/sasjs-tests/src/App.tsx index 14f6729..2de3ebb 100644 --- a/sasjs-tests/src/App.tsx +++ b/sasjs-tests/src/App.tsx @@ -18,7 +18,7 @@ const App = (): ReactElement<{}> => { sendArrTests(adapter), sendObjTests(adapter), specialCaseTests(adapter), - sasjsRequestTests(adapter), + sasjsRequestTests(adapter) ] if (adapter.getSasjsConfig().serverType === 'SASVIYA') { diff --git a/src/auth/AuthManager.ts b/src/auth/AuthManager.ts index aa1492f..d24d67b 100644 --- a/src/auth/AuthManager.ts +++ b/src/auth/AuthManager.ts @@ -52,7 +52,7 @@ export class AuthManager { if (!loggedIn) { if (isCredentialsVerifyError(loginResponse)) { let newLoginForm = await this.getLoginForm(loginResponse) - + loginResponse = await this.sendLoginRequest(newLoginForm, loginParams) }