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 9, 2024
1 parent 1b9ed26 commit 7124c6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/actions/PersonalDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ function updateAddress(street: string, street2: string, city: string, state: str
* selected timezone if set to automatically update.
*/
function updateAutomaticTimezone(timezone: Timezone) {
if (Session.isAnonymousUser()) {
return;
}

if (!currentUserAccountID) {
return;
}
Expand Down

0 comments on commit 7124c6a

Please sign in to comment.