fix(achievement): correct string for Birds and add to user schema

This commit is contained in:
SabreCat
2022-03-28 16:26:37 -05:00
parent da481ce156
commit 0a2eceaa73
2 changed files with 2 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ export default new Schema({
shadyCustomer: Boolean,
shadeOfItAll: Boolean,
zodiacZookeeper: Boolean,
birdsOfAFeather: Boolean,
// Onboarding Guide
createdTask: Boolean,
completedTask: Boolean,