b2m-utils 0.0.116 → 0.0.117
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/build/index.js
CHANGED
|
@@ -6137,14 +6137,14 @@ var getRouteOnTimeFromFreight = function (freight, contracts) {
|
|
|
6137
6137
|
return daysToDeliveryArray_1 === null || daysToDeliveryArray_1 === void 0 ? void 0 : daysToDeliveryArray_1.includes(dateDay);
|
|
6138
6138
|
});
|
|
6139
6139
|
if (daysToDeliveryQtd.length) {
|
|
6140
|
-
return (daysToDeliveryQtd.length - 1) <= route.transitTime
|
|
6140
|
+
return (daysToDeliveryQtd.length - 1) <= route.transitTime;
|
|
6141
6141
|
}
|
|
6142
6142
|
}
|
|
6143
6143
|
}
|
|
6144
6144
|
}
|
|
6145
6145
|
}
|
|
6146
6146
|
}
|
|
6147
|
-
return
|
|
6147
|
+
return false;
|
|
6148
6148
|
};
|
|
6149
6149
|
|
|
6150
6150
|
function getConfigurationFromDomain(domainConfigurations, configurationName) {
|
package/build/index.js.gz
CHANGED
|
Binary file
|