Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dkg: add content type to lock file post #1907

Merged
merged 1 commit into from
Mar 20, 2023
Merged

Conversation

LukeHackett12
Copy link
Contributor

Adds content type header to api post so that it can be understood.

category: bug
ticket: #1906

Copy link
Contributor

@HananINouman HananINouman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@LukeHackett12 LukeHackett12 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Mar 20, 2023
@obol-bulldozer obol-bulldozer bot merged commit cd02677 into main Mar 20, 2023
@obol-bulldozer obol-bulldozer bot deleted the luke/publish-fix branch March 20, 2023 11:38
@@ -60,6 +60,7 @@ func httpPost(ctx context.Context, url *url.URL, b []byte) error {
if err != nil {
return errors.Wrap(err, "new POST request with ctx")
}
req.Header.Add("Content-Type", `application/json`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid backtick strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants