flyzto преди 7 месеца
родител
ревизия
6cf337af3c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      server/models/Games.js

+ 1 - 1
server/models/Games.js

@@ -189,7 +189,7 @@ const getGamesEvents = (platform) => {
       if (!gamesEvents[platform]) {
         gamesEvents[platform] = {};
       }
-      gamesEvents[platform][eventId] = { eventId, events: { ...events, ...special } };
+      gamesEvents[platform][eventId] = { ...events, ...special };
     });
   });
   return gamesEvents;