Skip to content

Commit

Permalink
1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbitskyy committed Nov 3, 2023
1 parent 710136e commit 4551430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitLab/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class API extends AbstractProperties {
log: new Method({
method: 'get',
class: Response,
url: (job_id) => 'projects/' + this.projectId + '/jobs/' + job_id + 'trace'
url: (job_id) => 'projects/' + this.projectId + '/jobs/' + job_id + '/trace'
}),
trace: new Method({
method: 'get',
Expand Down

0 comments on commit 4551430

Please sign in to comment.