|
@@ -588,7 +588,12 @@ const updateGamesRelation = () => {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- Logs.outDev('updateGamesRelation', updateCount);
|
|
|
|
|
|
|
+ if (updateCount.add || updateCount.update || updateCount.delete) {
|
|
|
|
|
+ Logs.out('updateGamesRelation', updateCount);
|
|
|
|
|
+ }
|
|
|
|
|
+ else {
|
|
|
|
|
+ Logs.outDev('updateGamesRelation', updateCount);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
})
|
|
})
|
|
|
.catch(err => {
|
|
.catch(err => {
|