Skip to content

Commit

Permalink
Remove redudant leftover from merging
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Oct 17, 2023
1 parent 29938fc commit b3603f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/stores/userStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const useUserStore = defineStore("userStore", () => {
if (!loadPromise) {
loadPromise = getCurrentUser()
.then(async (user) => {
const historyStore = useHistoryStore();
if ('email' in user) {
currentUser.value = { ...user, isAnonymous: false };
currentPreferences.value = user.preferences;
Expand Down

0 comments on commit b3603f5

Please sign in to comment.