|
@@ -589,7 +589,7 @@ const updateGamesRelation = () => {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
if (updateCount.add || updateCount.update || updateCount.delete) {
|
|
if (updateCount.add || updateCount.update || updateCount.delete) {
|
|
|
- Logs.out('updateGamesRelation', updateCount);
|
|
|
|
|
|
|
+ Logs.out('updateGamesRelation', JSON.stringify(updateCount));
|
|
|
}
|
|
}
|
|
|
else {
|
|
else {
|
|
|
Logs.outDev('updateGamesRelation', updateCount);
|
|
Logs.outDev('updateGamesRelation', updateCount);
|