fix(backend): subscription KlickTipp searches user

This commit is contained in:
elweyn 2023-03-24 08:11:47 +01:00
parent df87f9c105
commit 5610e327d3

View File

@ -42,7 +42,6 @@ export default {
.mutate({
mutation: this.newsletterState ? subscribeNewsletter : unsubscribeNewsletter,
variables: {
email: this.$store.state.email,
language: this.newsletterState ? this.$store.state.language : undefined,
},
})