|
@@ -651,7 +651,7 @@ const updateGamesEvents = ({ platform, mk, games, outrights, timestamp, tp }) =>
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const { UpdateTimestamp } = GAMES;
|
|
const { UpdateTimestamp } = GAMES;
|
|
|
- if ((!UpdateTimestamp[tp] || UpdateTimestamp[tp] < timestamp) && (games.length || outrights.length)) {
|
|
|
|
|
|
|
+ if ((!UpdateTimestamp[tp] || UpdateTimestamp[tp] < timestamp) && (games?.length || outrights?.length)) {
|
|
|
// Logs.out('updateGamesEvents', { tp, timestamp });
|
|
// Logs.out('updateGamesEvents', { tp, timestamp });
|
|
|
UpdateTimestamp[tp] = timestamp;
|
|
UpdateTimestamp[tp] = timestamp;
|
|
|
}
|
|
}
|