mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix(backend): subscription KlickTipp searches user
This commit is contained in:
parent
df87f9c105
commit
5610e327d3
@ -42,7 +42,6 @@ export default {
|
|||||||
.mutate({
|
.mutate({
|
||||||
mutation: this.newsletterState ? subscribeNewsletter : unsubscribeNewsletter,
|
mutation: this.newsletterState ? subscribeNewsletter : unsubscribeNewsletter,
|
||||||
variables: {
|
variables: {
|
||||||
email: this.$store.state.email,
|
|
||||||
language: this.newsletterState ? this.$store.state.language : undefined,
|
language: this.newsletterState ? this.$store.state.language : undefined,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user