We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea492f4 commit bce8b1fCopy full SHA for bce8b1f
src/schema/recovery.js
@@ -9,4 +9,4 @@ const Schema = new mongoose.Schema({
9
voiceID: String,
10
key: String
11
});
12
-module.exports = mongoose.model('recoverytest', Schema);
+module.exports = mongoose.model('recovery', Schema);
0 commit comments