summaryrefslogtreecommitdiff
path: root/model.js
diff options
context:
space:
mode:
Diffstat (limited to 'model.js')
-rw-r--r--model.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.js b/model.js
index 1f74346..df78e92 100644
--- a/model.js
+++ b/model.js
@@ -43,8 +43,8 @@ module.exports = (seq, Seq) => {
Participant.belongsTo(Series, { foreignKey: "series_id" });
Participant.belongsTo(Role, { foreignKey: "role_id" });
Participant.belongsTo(Region, { foreignKey: "shard_id", targetKey: "name" });
- ParticipantStats.belongsTo(Participant, { foreignKey: "participant_api_id", "targetKey": "api_id" });
*/
+ ParticipantStats.belongsTo(Participant, { foreignKey: "participant_api_id", "targetKey": "api_id" });
return {
Match, Roster, Participant, Player, Asset,