Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quidl committed Sep 9, 2024
1 parent bfa01a3 commit 36424de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/api/url-param.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
},

getJob(jobId) {
return buildUrl({ fields: ['sensitiveData'] }, PATHS.JOB, jobId);
return buildUrl({ fields: 'sensitiveData' }, PATHS.JOB, jobId);
},

updateJob() {
Expand Down

0 comments on commit 36424de

Please sign in to comment.