Skip to content

Commit

Permalink
Add Preference Model
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 committed Apr 12, 2024
1 parent f380f26 commit b91cba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ const {
updateFileUsage,
} = require('./File');
const Key = require('./Key');
const Preference = require('./Preference');
const User = require('./User');
const Session = require('./Session');
const Balance = require('./Balance');

module.exports = {
User,
Key,
Preference,
Session,
Balance,

Expand Down

0 comments on commit b91cba9

Please sign in to comment.