From 0e7ea7aeb7f82cd7cf0b71a32abed1b98f9dbfdf Mon Sep 17 00:00:00 2001 From: Lorenzo Hidalgo Gadea Date: Wed, 13 Dec 2023 17:19:58 +0100 Subject: [PATCH] fix: linter issues --- src/resources/Api.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/resources/Api.ts b/src/resources/Api.ts index 5817e438..7c2beb88 100644 --- a/src/resources/Api.ts +++ b/src/resources/Api.ts @@ -425,10 +425,10 @@ export class Api { AppIdClientRegex: auth.config.appIdClientRegex, ...(!isAdditionalAuth ? { - // Default action is the one passed in the config - // or 'ALLOW' - DefaultAction: auth.config.defaultAction || 'ALLOW', - } + // Default action is the one passed in the config + // or 'ALLOW' + DefaultAction: auth.config.defaultAction || 'ALLOW', + } : {}), };