Skip to content

Commit

Permalink
fix(db): included EntryTone and SentenceTone model to indexjs in mode…
Browse files Browse the repository at this point in the history
…ls folder
  • Loading branch information
Ali-Aftab committed Feb 16, 2021
1 parent c8e2231 commit 2bd165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ User.hasMany(SentenceTone);
SentenceTone.belongsTo(EntryTone);
SentenceTone.belongsTo(User);

module.exports = { db, User };
module.exports = { db, User, EntryTone, SentenceTone };

0 comments on commit 2bd165f

Please sign in to comment.