Skip to content

Commit

Permalink
Merge pull request #125 from vbihun/fixed-issue-with-creating-webhook
Browse files Browse the repository at this point in the history
Fixed issue with creating webhook
  • Loading branch information
vbihun authored Sep 25, 2024
2 parents 30ef367 + 07f8859 commit d27d338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/gitlab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const callGitlab = async (
headers: {
'PRIVATE-TOKEN': authToken,
Accept: config?.contentType || GitLabContentType.JSON,
'Content-Type': config?.contentType || GitLabContentType.JSON,
},
body,
});
Expand Down

0 comments on commit d27d338

Please sign in to comment.