Upgrades people!

This commit is contained in:
Dunemask 2022-08-09 04:29:10 +00:00
parent f84234150f
commit 8ad56e8d38
40 changed files with 483 additions and 379 deletions

View file

@ -0,0 +1,4 @@
export default function secondaryTest(pipelineData) {
console.log("This came from a tertiary1!");
return { status: +(pipelineData !== "SomeOtherData") };
}