Prettier
This commit is contained in:
parent
766610d14c
commit
fd71714fc0
11 changed files with 56 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
|||
export default function secondaryTest(pipelineData){
|
||||
export default function secondaryTest(pipelineData) {
|
||||
console.log("This came from a secondary test!");
|
||||
return {status: + (pipelineData !== "SomeData")};
|
||||
}
|
||||
return { status: +(pipelineData !== "SomeData") };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue