mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
remove optional chain
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ export function CancelSubscription({ subscription, subscriptionData }: CancelSub
|
||||
activeOrgId,
|
||||
})
|
||||
|
||||
const result = await betterAuthSubscription.cancel?.({
|
||||
const result = await betterAuthSubscription.cancel({
|
||||
returnUrl: window.location.href,
|
||||
referenceId,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user