feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -162,8 +162,6 @@ function normalizeCustomerCandidates(res) {
|
||||
*/
|
||||
function normalizeVehicleCandidates(res) {
|
||||
const blocks = blocksFromCombinedSearchResult(res);
|
||||
console.log("Normalized vehicle Candiadates!!!!!!!!!!!!!!!!!!!!!");
|
||||
console.dir({ res, blocks }, { depth: null });
|
||||
const out = [];
|
||||
for (const blk of blocks) {
|
||||
const serv = Array.isArray(blk?.ServVehicle) ? blk.ServVehicle : [];
|
||||
|
||||
Reference in New Issue
Block a user