Check whether the given ID matches the demo fundraising event.
Overlays keyed off a bespoke DEMO_FUNDRAISING_EVENT_ID sentinel to
short-circuit fetchTiltifyFundraisingEvent in demo mode. Now that
the constant lives here, callers only need to consult this predicate
— every fundraising-event fetcher path checks it automatically and
routes through the DemoProvider when it matches.
Check whether the given ID matches the demo fundraising event.
Overlays keyed off a bespoke
DEMO_FUNDRAISING_EVENT_IDsentinel to short-circuitfetchTiltifyFundraisingEventin demo mode. Now that the constant lives here, callers only need to consult this predicate — every fundraising-event fetcher path checks it automatically and routes through the DemoProvider when it matches.