Skip to content

Commit

Permalink
Merge pull request #180 from denoland/fix-179
Browse files Browse the repository at this point in the history
fix: Stripe checkout session type error
  • Loading branch information
iuioiua authored May 10, 2023
2 parents 7f43889 + 6f0d0a1 commit 6564e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/account/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const handler: Handlers<null, AccountState> = {
mode: "subscription",
});

return redirect(url);
return redirect(url!);
},
};

0 comments on commit 6564e4d

Please sign in to comment.