Skip to content

Commit

Permalink
fix: set packagingEmissionsIncluded to false for logistics
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Oct 31, 2024
1 parent 090a587 commit c68552a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo-api/src/sample_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ lazy_static!(
}])),
exempted_emissions_percent: ExemptedEmissionsPercent(0.0),
exempted_emissions_description: "".to_string(),
packaging_emissions_included: true,
packaging_emissions_included: false,
packaging_ghg_emissions: None,
allocation_rules_description: None,
uncertainty_assessment_description: None,
Expand Down Expand Up @@ -448,7 +448,7 @@ lazy_static!(
}])),
exempted_emissions_percent: ExemptedEmissionsPercent(0.0),
exempted_emissions_description: "".to_string(),
packaging_emissions_included: true,
packaging_emissions_included: false,
packaging_ghg_emissions: None,
allocation_rules_description: None,
uncertainty_assessment_description: None,
Expand Down Expand Up @@ -559,7 +559,7 @@ lazy_static!(
}])),
exempted_emissions_percent: ExemptedEmissionsPercent(0.0),
exempted_emissions_description: "".to_string(),
packaging_emissions_included: true,
packaging_emissions_included: false,
packaging_ghg_emissions: None,
allocation_rules_description: None,
uncertainty_assessment_description: None,
Expand Down

0 comments on commit c68552a

Please sign in to comment.