add some debug

This commit is contained in:
Jackson Harper
2023-10-18 18:22:22 +08:00
parent 479fc8fb7d
commit d2c0efc540

View File

@ -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(