We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae86d8a commit e2731efCopy full SHA for e2731ef
index.js
@@ -46,8 +46,7 @@ async function run() {
46
47
// 1. Get the jobs that belong to this workflow
48
const jobsRes = await fetch(
49
- `https://circleci.com/api/v2/workflow/${workflowId}/job`,
50
- { }
+ `https://circleci.com/api/v2/workflow/${workflowId}/job`
51
);
52
const jobs = await jobsRes.json();
53
if (!jobs.items.length) {
0 commit comments