Skip to content

Commit bce8b1f

Browse files
committed
recoverytest => recovery
1 parent ea492f4 commit bce8b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/recovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const Schema = new mongoose.Schema({
99
voiceID: String,
1010
key: String
1111
});
12-
module.exports = mongoose.model('recoverytest', Schema);
12+
module.exports = mongoose.model('recovery', Schema);

0 commit comments

Comments
 (0)