Skip to content

Commit

Permalink
feat: Even more team stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi2K committed Mar 3, 2025
1 parent dbcea8d commit e840deb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,6 @@ export const store = createStore({
helper
.subscribeEmail(parameter)
.then((response) => {
console.log(response.data);

commit("UPDATE_USER_SUBSCRIPTIONS", response.data);
})
.catch((e) => {
Expand All @@ -878,8 +876,6 @@ export const store = createStore({
helper
.unsubscribeEmail(parameter)
.then((response) => {
console.log(response.data);

commit("UPDATE_USER_SUBSCRIPTIONS", response.data);
})
.catch((e) => {
Expand Down

0 comments on commit e840deb

Please sign in to comment.