export default function secondaryTest(pipelineData) { console.log("This came from a tertiary3!"); return { status: +(pipelineData !== "SomeOtherOtherData") }; }