Skip to content

Commit

Permalink
Merge pull request #84 from wednesday-solutions/fix/db-config-define
Browse files Browse the repository at this point in the history
fix: add underscored in db config
  • Loading branch information
alichherawalla authored Apr 15, 2024
2 parents 4b8b988 + dacc0b2 commit b31379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
idle: 10000,
},
define: {
userscored: true,
underscored: true,
timestamps: false,
},
};

0 comments on commit b31379a

Please sign in to comment.