|
@@ -712,6 +712,10 @@ const updateSolutions = (solutions) => {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ if (solutionUpdate.remove.length) {
|
|
|
|
|
+ Logs.out('removeSolutions length %d', solutionUpdate.remove.length);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
syncSolutions(solutionUpdate);
|
|
syncSolutions(solutionUpdate);
|
|
|
|
|
|
|
|
}
|
|
}
|