Skip to content

Commit

Permalink
remove uneccessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
getusha committed Sep 3, 2024
1 parent ac51c3b commit 056986b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ function deleteContactMethod(contactMethod: string, loginList: Record<string, Lo
/**
* Clears a contact method optimistically. this is used when the contact method fails to be added to the backend
*/

function clearContactMethod(contactMethod: string) {
Onyx.merge(ONYXKEYS.LOGIN_LIST, {
[contactMethod]: null,
Expand Down

0 comments on commit 056986b

Please sign in to comment.