|
@@ -171,8 +171,16 @@ const updateGamesEvents = ({ platform, mk, games, outrights }) => {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * 获取关联比赛
|
|
|
|
|
+ */
|
|
|
|
|
+const getGamesRelation = () => {
|
|
|
|
|
+ return [];
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
|
updateLeaguesList, getFilteredLeagues,
|
|
updateLeaguesList, getFilteredLeagues,
|
|
|
updateGamesList, updateGamesEvents,
|
|
updateGamesList, updateGamesEvents,
|
|
|
|
|
+ getGamesRelation,
|
|
|
}
|
|
}
|