Rename backend services for portal
Point domain services, bootstrap, and related packages at Compliance Portal types so callers stop depending on the old Trust Center names. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -89,7 +89,7 @@ func (s *Service) ListAuditsForOrganizationID(
|
||||
var audits coredata.Audits
|
||||
|
||||
if filter == nil {
|
||||
filter = coredata.NewAuditTrustCenterFilter()
|
||||
filter = coredata.NewAuditCompliancePortalFilter()
|
||||
}
|
||||
|
||||
err := s.pg.WithConn(
|
||||
|
||||
Reference in New Issue
Block a user