diff --git a/backend/controller/formAllUser.js b/backend/controller/formAllUser.js index 7155196..7dc7419 100644 --- a/backend/controller/formAllUser.js +++ b/backend/controller/formAllUser.js @@ -45,7 +45,7 @@ const getUserSurveys = async (req, res) => { mainImageUrl: survey.mainImageUrl || null, createdAt: survey.createdAt, deadline: survey.deadline, - attendedCount: attendedCount, + attendCount: attendedCount, }; }), );