Skip to content

Commit

Permalink
Merge pull request #192 from xiaobokuai/main
Browse files Browse the repository at this point in the history
update compliance_license_compatibility_detail
  • Loading branch information
lishengbao authored Jan 15, 2025
2 parents a6e9627 + fdf3af3 commit a7a4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/tpc/tpc_software_report_metric_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TpcSoftwareReportMetricType < Types::BaseObject
field :compliance_package_sig, Integer
field :compliance_package_sig_detail, [String]
field :compliance_license_compatibility, Integer
field :compliance_license_compatibility_detail, [Types::Tpc::TpcSoftwareReportMetricComplianceLicenseCompatibilityType]
field :compliance_license_compatibility_detail, Types::Tpc::TpcSoftwareReportMetricComplianceLicenseCompatibilityType

field :ecology_dependency_acquisition, Integer
field :ecology_dependency_acquisition_detail, [String]
Expand Down

0 comments on commit a7a4cd7

Please sign in to comment.