From fe529f4a7739ac6dd9a30652279818519565ec6a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 18:52:01 +0300 Subject: style!: fix all linting errors --- services/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/index.ts') diff --git a/services/index.ts b/services/index.ts index fe5ffdc..ce20901 100644 --- a/services/index.ts +++ b/services/index.ts @@ -18,6 +18,6 @@ export default (app: Application): void => { before: { all: tryAuthenticate } - }) + }); }; -- cgit v1.2.3