mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix: Fixing xml data export 500 error. (#10114)
* fix: Fixing xml data export 500 error. fixes #10100 * Removing outdated comment. * Making xml data export test pass consistently.
This commit is contained in:
@@ -584,11 +584,13 @@ let schema = new Schema({
|
||||
|
||||
// Items manually pinned by the user
|
||||
pinnedItems: [{
|
||||
_id: false,
|
||||
path: {type: String},
|
||||
type: {type: String},
|
||||
}],
|
||||
// Items the user manually unpinned from the ones suggested by Habitica
|
||||
unpinnedItems: [{
|
||||
_id: false,
|
||||
path: {type: String},
|
||||
type: {type: String},
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user