mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Hotfix/oct 24 fixes (#9261)
* Removed max height from text section * Added items to mystery sets * Group manager fixes * Fixed promo code apply
This commit is contained in:
committed by
Sabe Jones
parent
b445bc8261
commit
6bc70ca471
@@ -1287,7 +1287,7 @@ api.getGroupPlans = {
|
||||
.find({
|
||||
_id: {$in: userGroups},
|
||||
})
|
||||
.select('leaderOnly leader purchased name')
|
||||
.select('leaderOnly leader purchased name managers')
|
||||
.exec();
|
||||
|
||||
let groupPlans = groups.filter(group => {
|
||||
|
||||
Reference in New Issue
Block a user