mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add some debug
This commit is contained in:
parent
479fc8fb7d
commit
d2c0efc540
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ const sendUpdateSubscriptionMutation = async (
|
|||
},
|
||||
})
|
||||
|
||||
console.log('sending', data)
|
||||
|
||||
const auth = (await signToken({ uid: userId }, JWT_SECRET)) as string
|
||||
try {
|
||||
const response = await axios.post(
|
||||
|
|
|
|||
Loading…
Reference in a new issue