Ver código fonte

精简 events

flyzto 7 meses atrás
pai
commit
6cf337af3c
1 arquivos alterados com 1 adições e 1 exclusões
  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;