From 8ed1f8941ee6bafc9ffdf012a0adb2cd88fb2bfa Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 5 Dec 2024 20:15:47 +0100 Subject: [PATCH] Revert deprecation web3 quests --- apps/api/src/app/controllers/pools/quests/list.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/app/controllers/pools/quests/list.controller.ts b/apps/api/src/app/controllers/pools/quests/list.controller.ts index 374607cfa..ee422973e 100644 --- a/apps/api/src/app/controllers/pools/quests/list.controller.ts +++ b/apps/api/src/app/controllers/pools/quests/list.controller.ts @@ -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 },