Convert a Twitch Charity proxy campaign to the Tiltify v5 Campaign shape. Returns null if the input is null so call sites can chain without if-guards.
Campaign
null
if
Source proxy campaign, or null.
Optional context (e.g. causeId).
causeId
const tiltify = convertTwitchToTiltifyCampaign(twitch, { causeId: SJ_CAUSE_ID }); Copy
const tiltify = convertTwitchToTiltifyCampaign(twitch, { causeId: SJ_CAUSE_ID });
Convert a Twitch Charity proxy campaign to the Tiltify v5
Campaignshape. Returnsnullif the input isnullso call sites can chain withoutif-guards.