diff --git a/internal/service/asset/manual_adjustment_audit.go b/internal/service/asset/manual_adjustment_audit.go index 9203c5c..55a2fa2 100644 --- a/internal/service/asset/manual_adjustment_audit.go +++ b/internal/service/asset/manual_adjustment_audit.go @@ -30,6 +30,7 @@ func (s *Service) appendPackageAdjustmentAudit( } usageID := strconv.FormatUint(uint64(usage.ID), 10) assetResourceID := strconv.FormatUint(uint64(assetID), 10) + assetType = assetAuditSvc.NormalizeAssetType(assetType) var resourceType string switch assetType { case constants.AssetTypeIotCard: