Skip to content

Commit

Permalink
OTT-1841: Enable geodb for traffic shapping (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubmatic-Dhruv-Sonone authored Jul 3, 2024
1 parent 9622a8d commit 11a5a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pubmatic/openwrap/openwrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func initOpenWrap(rawCfg json.RawMessage, moduleDeps moduledeps.ModuleDeps) (Ope
initOpenWrapServer(&cfg)

// init geoDBClient
geoDBClient := netacuity.DummyNetAcuity{}
geoDBClient := netacuity.NetAcuity{}
err = geoDBClient.InitGeoDBClient(cfg.GeoDB.Location)
if err != nil {
return OpenWrap{}, fmt.Errorf("error initializing geoDB client host:[%s] err:[%v]", GetHostName(), err)
Expand Down

0 comments on commit 11a5a46

Please sign in to comment.