Skip to content

Commit 44a7c5b

Browse files
committed
CCM-10424 Lint fixes
1 parent 8d152a0 commit 44a7c5b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/test-team/helpers/auth/cognito-auth-helper.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ export class CognitoAuthHelper {
198198

199199
const clientAttribute = clientId
200200
? [
201-
{
202-
Name: 'custom:sbx_client_id',
203-
Value: clientId,
204-
},
205-
]
201+
{
202+
Name: 'custom:sbx_client_id',
203+
Value: clientId,
204+
},
205+
]
206206
: [];
207207

208208
const user = await this.client.send(

tests/test-team/helpers/client/client-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class ClientConfigurationHelper {
5858
constructor(
5959
private readonly clientSSMKeyPrefix: string,
6060
private readonly runId: string
61-
) { }
61+
) {}
6262

6363
async setup() {
6464
return Promise.all(

0 commit comments

Comments
 (0)