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