Skip to content

Commit

Permalink
fix typo (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
krdzo authored Jan 24, 2025
1 parent bede260 commit ceb8f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/ogury/ogury.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (a adapter) MakeRequests(request *openrtb2.BidRequest, requestInfo *adapter
ext, err := jsonutil.Marshal(impExt)
if err != nil {
return nil, append(errors, &errortypes.BadInput{
Message: "Error while marshaling Imp.Ext bidder exension",
Message: "Error while marshaling Imp.Ext bidder extension",
})
}
request.Imp[i].Ext = ext
Expand Down

0 comments on commit ceb8f89

Please sign in to comment.