mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
tmp(challenges): remove STW chal from tavern, revert with 4c6bcb5444
This commit is contained in:
parent
49f2718eec
commit
84d1bf9e27
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ var populateQuery = function(type, q){
|
|||
q.populate('invites', nameFields);
|
||||
q.populate({
|
||||
path: 'challenges',
|
||||
match: (type=='habitrpg') ? {_id:{$ne:'95533e05-1ff9-4e46-970b-d77219f199e9'}} : undefined, // remove the Spread the Word Challenge for now, will revisit when we fix the closing-challenge bug
|
||||
select: challengeFields,
|
||||
options: {sort: {official: -1, timestamp: -1}}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue