Skip to content

Commit 2ea084a

Browse files
committed
CCM-12875: lint fixes
1 parent e50f2e1 commit 2ea084a

File tree

1 file changed

+1
-3
lines changed
  • lambdas/refresh-apim-access-token/src/infra

1 file changed

+1
-3
lines changed

lambdas/refresh-apim-access-token/src/infra/config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { defaultConfigReader } from 'utils';
22

33
export function loadConfig() {
44
return {
5-
apimAuthTokenUrl: defaultConfigReader.getValue(
6-
'APIM_AUTH_TOKEN_URL',
7-
),
5+
apimAuthTokenUrl: defaultConfigReader.getValue('APIM_AUTH_TOKEN_URL'),
86
apimAccessTokenSsmParameterName: defaultConfigReader.getValue(
97
'APIM_ACCESS_TOKEN_SSM_PARAMETER_NAME',
108
),

0 commit comments

Comments
 (0)