|
|
@@ -773,7 +773,7 @@ const getGamesRelation = ({ mk=-1, ids, listEvents=false, listPC=false } = {}) =
|
|
|
}
|
|
|
if (!listEvents) {
|
|
|
Object.keys(tempRel).forEach(platform => {
|
|
|
- const { events, evtime, special, sptime, ...gameInfo } = tempRel[platform];
|
|
|
+ const { events, evtime, special, sptime, ...gameInfo } = tempRel[platform] ?? {};
|
|
|
tempRel[platform] = gameInfo;
|
|
|
});
|
|
|
}
|