Skip to content

Commit c7ddd24

Browse files
committed
CCM-10893 lint fix
1 parent cc013f5 commit c7ddd24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,7 @@ export class CognitoAuthHelper {
244244

245245
const {
246246
userId,
247-
userAttributes = [
248-
'preferred_username',
249-
'given_name',
250-
'family_name',
251-
]
247+
userAttributes = ['preferred_username', 'given_name', 'family_name'],
252248
} = userDetails;
253249

254250
const identityAttributes: Partial<Record<UserIdentityAttributes, string>> =

0 commit comments

Comments
 (0)