mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
78a642db6d
commit
3a4547a6af
1 changed files with 0 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue