Skip to content

Commit d7003cb

Browse files
Removed unused type
1 parent 346988b commit d7003cb

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/libs/actions/User.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -537,16 +537,7 @@ function validateSecondaryLogin(contactMethod: string, validateCode: string, for
537537
},
538538
},
539539
];
540-
const successData: Array<
541-
OnyxUpdate<
542-
| typeof ONYXKEYS.LOGIN_LIST
543-
| typeof ONYXKEYS.ACCOUNT
544-
| typeof ONYXKEYS.SESSION
545-
| typeof ONYXKEYS.PERSONAL_DETAILS_LIST
546-
| typeof ONYXKEYS.COLLECTION.POLICY
547-
| typeof ONYXKEYS.VALIDATE_ACTION_CODE
548-
>
549-
> = [
540+
const successData: Array<OnyxUpdate<typeof ONYXKEYS.LOGIN_LIST | typeof ONYXKEYS.ACCOUNT | typeof ONYXKEYS.VALIDATE_ACTION_CODE>> = [
550541
{
551542
onyxMethod: Onyx.METHOD.MERGE,
552543
key: ONYXKEYS.LOGIN_LIST,

0 commit comments

Comments
 (0)