flyzto 3 kuukautta sitten
vanhempi
commit
d350d57ba6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);