if (patched('my-change-id-2')) {
await activityB();
await sleep('1 days');
}
basically removing the someBoolean check, is it safe to remove the first patch call completely? we realised a bit late that there was no need for the boolean check
additional info: the someBoolean value has always been false, so the code block within was actually never executed
we don’t want to deprecate the patch essentially at this point as there are a few other my-change-id patch calls elsewhere and workflows that have run through it