diff --git a/components/daos/index.js b/components/daos/index.js index 4eaee3d..b9b55fb 100644 --- a/components/daos/index.js +++ b/components/daos/index.js @@ -143,10 +143,7 @@ const getDAOById = async (req, response) => { daoDao.polls = polls; } if (daoDao) { - return response.json({ - ...daoDao, - description: daoDao.description?.replace(/<[^>]*>/g, ''), - }); + return response.json(daoDao); } try {