From c65e67880f856bb8181d7211d724876c1bc1ef40 Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Fri, 28 Oct 2022 10:17:58 +0400 Subject: [PATCH] v1.6.1 and ESLint fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e10e9603..52e72e14 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ export * from './requestConfig'; export * from './callback'; export * from './pagination'; export * from './utilityTypes'; -export * from './services/authenticationService' +export * from './services/authenticationService'; export * as Api from './api'; export * as Server from './server';