Skip to content

Commit

Permalink
fix: remove unnecessary request
Browse files Browse the repository at this point in the history
  • Loading branch information
ImRodry committed Nov 10, 2024
1 parent c05dc84 commit 6e6aec3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ async function getUserInformation() {
user = { ...user, ...response.data.client[0] };
user.activeUserSubscriptions = response.data.activeUserSubscriptions;

// Get user's trip history asynchronously
getTripHistory();

return user;
}

Expand Down

0 comments on commit 6e6aec3

Please sign in to comment.