fix(*): Fix merge

This commit is contained in:
Josh Creek
2024-10-22 19:39:57 +01:00
parent cd65181e3e
commit 5744ad4db8
+1 -1
View File
@@ -2,7 +2,7 @@ import { redirect } from '@sveltejs/kit';
import Stripe from 'stripe';
import { getProductById } from '$lib/utils/supabase/admin';
export const load: PageLoad = async ({ fetch }) => {
export const load = async ({ fetch }) => {
const response = await fetch('/api/checkout/status');
if (!response.ok) {
console.error('Failed to fetch checkout status');