|
@@ -171,7 +171,7 @@ const eventMatch = () => {
|
|
|
});
|
|
});
|
|
|
if (updateIds.add.length || updateIds.update.length) {
|
|
if (updateIds.add.length || updateIds.update.length) {
|
|
|
const solutionsList = Object.values(solutionsHistory).sort((a, b) => b.sol.win_average - a.sol.win_average);
|
|
const solutionsList = Object.values(solutionsHistory).sort((a, b) => b.sol.win_average - a.sol.win_average);
|
|
|
- Logs.out('solutions history update', solutionsList, updateIds);
|
|
|
|
|
|
|
+ Logs.out('solutions history update', JSON.stringify(solutionsList, null, 2), JSON.stringify(updateIds, null, 2));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|