mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 14:17:05 +00:00
Fix typo on schema
This commit is contained in:
parent
90532b0763
commit
f3f215abea
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const defaultSchema = () => ({
|
|||
id: String,
|
||||
timestamp: Date,
|
||||
text: String,
|
||||
info: {type: mongoose.Schema.Types.Mixed},
|
||||
info: {$type: mongoose.Schema.Types.Mixed},
|
||||
|
||||
// sender properties
|
||||
user: String, // profile name (unfortunately)
|
||||
|
|
|
|||
Loading…
Reference in a new issue