mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
Fixed Build Errors
This commit is contained in:
parent
ad5f4204d4
commit
e54efdca65
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
||||||
|
|
||||||
url = stripeSession.url;
|
url = stripeSession.url;
|
||||||
} else {
|
} else {
|
||||||
|
/* @ts-ignore */
|
||||||
const stripeSession = await stripe.checkout.sessions.create({
|
const stripeSession = await stripe.checkout.sessions.create({
|
||||||
success_url: settingsUrl,
|
success_url: settingsUrl,
|
||||||
cancel_url: settingsUrl,
|
cancel_url: settingsUrl,
|
||||||
|
|
Loading…
Reference in a new issue