Remove debug

This commit is contained in:
Jackson Harper
2023-10-18 21:01:01 +08:00
parent 78a642db6d
commit 3a4547a6af

View File

@ -83,8 +83,6 @@ const sendUpdateSubscriptionMutation = async (
},
})
console.log('sending', data)
const auth = (await signToken({ uid: userId }, JWT_SECRET)) as string
try {
const response = await axios.post(