Fetch a single Twitch charity campaign by ID.
when the proxy returns a non-2xx response.
const campaign = await fetchTwitchCampaign({ baseUrl: "https://twitch-charity-proxy.experience.stjude.org", campaignId: "abc-123",}); Copy
const campaign = await fetchTwitchCampaign({ baseUrl: "https://twitch-charity-proxy.experience.stjude.org", campaignId: "abc-123",});
Fetch a single Twitch charity campaign by ID.