Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit d3d0453

Browse files
committed
fix another response object return
1 parent dcc3f1b commit d3d0453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jobs/artifactsGet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function artifactsGet(params, cb) {
207207
else console.log('Downloads finished');
208208
return cb();
209209
}
210-
return cb(streamError || fileError, { body: downloadedFiles });
210+
return cb(streamError || fileError, downloadedFiles);
211211
});
212212
});
213213
});

0 commit comments

Comments
 (0)