fix(3p): bad import, change flag format

This commit is contained in:
SabreCat
2023-04-19 09:33:03 -05:00
parent 86efb02358
commit 3cf5b90f04
5 changed files with 5 additions and 8 deletions

View File

@@ -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: {