Skip to content

Commit

Permalink
Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
d-r-e committed Sep 17, 2024
1 parent 852f57e commit a3cf949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class GitlabApiService {
url: `${this._apiLink(
cfg,
cfg.project || undefined,
)}/issues/${this._getIidFromIssue(issueId)}/add_spent_time`, // <--- this does not work!!!!
)}/issues/${this._getIidFromIssue(issueId)}/add_spent_time`,
method: 'POST',
data: {
duration: duration,
Expand Down

0 comments on commit a3cf949

Please sign in to comment.