remove return url
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2026-05-01 13:15:18 -07:00
parent 8367c2d0cd
commit 20f50368c9
3 changed files with 6 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ mutation CreateSubscription($priceId: String!) {
}
}
mutation CreateCustomerPortalSession($returnUrl: String) {
createCustomerPortalSession(returnUrl: $returnUrl) {
mutation CreateCustomerPortalSession {
createCustomerPortalSession {
portalUrl
}
}