@measurequick/measurequick-report-generator 1.5.122 → 1.5.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -962,8 +962,8 @@ export async function getReport(payload, _test) {
|
|
|
962
962
|
let pct_supply_duct_loss = null;
|
|
963
963
|
if (
|
|
964
964
|
supply_leakage &&
|
|
965
|
-
test_data.
|
|
966
|
-
test_data.
|
|
965
|
+
test_data.enthalpy_leaving &&
|
|
966
|
+
test_data.enthalpy_leaving_system
|
|
967
967
|
) {
|
|
968
968
|
supply_duct_loss =
|
|
969
969
|
supply_leakage *
|