Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzohidalgo committed Dec 13, 2023
1 parent ab81575 commit 0e7ea7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resources/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
: {}),
};

Expand Down

0 comments on commit 0e7ea7a

Please sign in to comment.