Prettier
This commit is contained in:
parent
766610d14c
commit
fd71714fc0
11 changed files with 56 additions and 50 deletions
|
@ -19,7 +19,6 @@ const job = {
|
|||
image: "node",
|
||||
};
|
||||
|
||||
const launchJob = () => primary.newPipelineJob(job, null, () =>
|
||||
console.log("Primary Job Concluded")
|
||||
);
|
||||
const launchJob = () =>
|
||||
primary.newPipelineJob(job, null, () => console.log("Primary Job Concluded"));
|
||||
launchJob();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue