Skip to content

Commit

Permalink
pretty file
Browse files Browse the repository at this point in the history
  • Loading branch information
bakicam committed Dec 1, 2024
1 parent e7b6f38 commit 26e50b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adapters/admatic/admatic.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, requestInfo *adapte
}

request := &adapters.RequestData{
Method: http.MethodPost,
Body: requestJSON,
Uri: endpoint,
Method: http.MethodPost,
Body: requestJSON,
Uri: endpoint,
Headers: headers,
ImpIDs: openrtb_ext.GetImpIDs(requestCopy.Imp),
ImpIDs: openrtb_ext.GetImpIDs(requestCopy.Imp),
}

requests = append(requests, request)
Expand Down

0 comments on commit 26e50b2

Please sign in to comment.