From bc1a7dc54f75d7e593786dedf078257289df73a6 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 27 Oct 2021 09:53:42 +0000 Subject: [PATCH] chore: lint fix --- src/auth/AuthManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/AuthManager.ts b/src/auth/AuthManager.ts index a9f4ca0..3932bff 100644 --- a/src/auth/AuthManager.ts +++ b/src/auth/AuthManager.ts @@ -258,8 +258,8 @@ export class AuthManager { .join('') default: - console.error("Server Type not found in extractUserName function") - return '' + console.error('Server Type not found in extractUserName function') + return '' } }