Skip to content

Commit

Permalink
feat: change some code by reviewer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tradplus committed Dec 18, 2024
1 parent 638a576 commit cc91ac7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions adapters/tradplus/tradplus.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ func getImpressionExt(imp *openrtb2.Imp) (*openrtb_ext.ExtImpTradPlus, error) {
}
}

if tradplusExt.AccountID == "" {
return nil, &errortypes.BadInput{
Message: "imp.ext.accountId required",
}
}

return &tradplusExt, nil
}

Expand Down

This file was deleted.

0 comments on commit cc91ac7

Please sign in to comment.