From ae5512bf57722c91dfb09c3e965d3bfbfe0504e6 Mon Sep 17 00:00:00 2001 From: Kevin Kipp Date: Fri, 17 Oct 2025 12:08:18 -0500 Subject: [PATCH] Fix param name --- app/routes/partytracks.$.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/partytracks.$.tsx b/app/routes/partytracks.$.tsx index d1842a50..de1cfb21 100644 --- a/app/routes/partytracks.$.tsx +++ b/app/routes/partytracks.$.tsx @@ -5,7 +5,7 @@ const proxy = async ({ request, context }: LoaderFunctionArgs) => routePartyTracksRequest({ appId: context.env.CALLS_APP_ID, token: context.env.CALLS_APP_SECRET, - callsApiBaseUrl: context.env.CALLS_API_URL, + realtimeApiBaseUrl: context.env.CALLS_API_URL, request, })