Skip to content

Commit

Permalink
FIX!
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 committed Apr 3, 2022
1 parent 38f6af4 commit 4588285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nuxt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ console.log(req.body)
query: gqlCode
})

console.log('res', gqlRes)
console.log(JSON.stringify(gqlRes))
// console.log('res', gqlRes)
// console.log(JSON.stringify(gqlRes))

if (!data.alter && gqlRes.data.data.anmelden.status >= 0) {
await sendMail({
Expand Down

0 comments on commit 4588285

Please sign in to comment.