mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(3p): bad import, change flag format
This commit is contained in:
@@ -306,7 +306,7 @@ export default new Schema({
|
||||
cardReceived: { $type: Boolean, default: false },
|
||||
warnedLowHealth: { $type: Boolean, default: false },
|
||||
verifiedUsername: { $type: Boolean, default: false },
|
||||
thirdPartyTools: { $type: Boolean, default: false },
|
||||
thirdPartyTools: { $type: Date },
|
||||
},
|
||||
|
||||
history: {
|
||||
|
||||
Reference in New Issue
Block a user