Skip to content

Commit e477efa

Browse files
committed
moving debug stuff around
1 parent f2e9b21 commit e477efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httpclient/multipartrequest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func (c *Client) DoMultiPartRequest(method, endpoint string, files map[string][]
120120

121121
startTime := time.Now()
122122

123+
req.Header.Add("Content-Type", "image/png")
123124
// Debugging
124125
c.Sugar.Debug("LOGHERE")
125126
c.Sugar.Debugf("%+v", req.Header.Get("Content-Type"))

0 commit comments

Comments
 (0)