Skip to content

Commit

Permalink
Revert deprecation web3 quests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Dec 5, 2024
1 parent d36a0c7 commit 8ed1f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const controller = async (req: Request, res: Response) => {
{ $unionWith: { coll: QuestInvite.collection.name } },
{ $unionWith: { coll: QuestSocial.collection.name } },
{ $unionWith: { coll: QuestCustom.collection.name } },
// { $unionWith: { coll: QuestWeb3.collection.name } },
{ $unionWith: { coll: QuestWeb3.collection.name } },
{ $unionWith: { coll: QuestGitcoin.collection.name } },
{ $unionWith: { coll: QuestWebhook.collection.name } },
{ $match },
Expand Down

0 comments on commit 8ed1f89

Please sign in to comment.