diff --git a/billing-functions/src/wrappers/get-billing-status.ts b/billing-functions/src/wrappers/get-billing-status.ts index 51af2c6..43136de 100644 --- a/billing-functions/src/wrappers/get-billing-status.ts +++ b/billing-functions/src/wrappers/get-billing-status.ts @@ -1,4 +1,4 @@ -import {SupabaseClient} from "@supabase/supabase-js"; +import {SupabaseClient} from "https://esm.sh/@supabase/supabase-js@2"; import {AUTHORIZED_BILLING_USER_INFO} from "../require-authorized-billing-user.ts"; import {BILLING_FUNCTION_WRAPPER_HANDLERS, GET_BILLING_STATUS_RESPONSE,} from "../billing-functions-wrapper.ts"; import {upsertCustomerSubscription} from "../../lib/upsert-data.ts"; diff --git a/tests/utils/setup-basejump-account.ts b/tests/utils/setup-basejump-account.ts index 2cac55a..ccb321e 100644 --- a/tests/utils/setup-basejump-account.ts +++ b/tests/utils/setup-basejump-account.ts @@ -1,5 +1,5 @@ import {expect} from "@playwright/test"; -import {createClient, SupabaseClient} from "@supabase/supabase-js"; +import {createClient, SupabaseClient} from "https://esm.sh/@supabase/supabase-js@2"; export default async function setupBasejumpAccount(uniqueIdentifier: string): { supabaseClient: SupabaseClient, @@ -26,4 +26,4 @@ export default async function setupBasejumpAccount(uniqueIdentifier: string): { const accountId = account.account_id; return {supabaseClient, accountId, billingEmail}; -} \ No newline at end of file +}