chore: Revert wrong code clening

This commit is contained in:
Alessandro Casazza 2021-12-20 12:08:56 +01:00
parent b96967ad68
commit 5ce768866d
No known key found for this signature in database
GPG Key ID: 3AF41B06C6495D3D

View File

@ -48,6 +48,7 @@ const getCheckout: CheckoutEndpoint['handlers']['getCheckout'] = async ({
algorithm: 'HS256',
})
let checkouturl = `${config.storeUrl}/login/token/${token}`
console.log('checkouturl', checkouturl)
if (fullCheckout) {
res.redirect(checkouturl)
return