flyzto 3 hónapja
szülő
commit
d350d57ba6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

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