Skip to content

Commit

Permalink
Fixed import issue (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-nikhil-vaidya authored Sep 3, 2024
1 parent cce5d99 commit cea0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pubmatic/openwrap/ortb/imp.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package ortb

import (
"github.com/PubMatic-OpenWrap/prebid-server/v2/util/ptrutil"
"github.com/prebid/openrtb/v20/openrtb2"
"github.com/prebid/prebid-server/v2/util/ptrutil"
"github.com/prebid/prebid-server/v2/util/sliceutil"
)

Expand Down

0 comments on commit cea0fed

Please sign in to comment.