diff --git a/config/db.js b/config/db.js index e569320..d31badd 100644 --- a/config/db.js +++ b/config/db.js @@ -13,7 +13,7 @@ module.exports = { idle: 10000, }, define: { - userscored: true, + underscored: true, timestamps: false, }, };