Skip to content

Commit

Permalink
chore: Remove unnecessary code in updateAutomaticTimezone function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Jul 10, 2024
1 parent 7124c6a commit 32a68a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/PersonalDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import ROUTES from '@src/ROUTES';
import type {DateOfBirthForm} from '@src/types/form';
import type {PersonalDetails, PersonalDetailsList} from '@src/types/onyx';
import type {SelectedTimezone, Timezone} from '@src/types/onyx/PersonalDetails';
import * as Session from './Session';

let currentUserEmail = '';
let currentUserAccountID = -1;
Expand Down

0 comments on commit 32a68a4

Please sign in to comment.