From 8b1baad932223367504d1494628bb288704f655d Mon Sep 17 00:00:00 2001 From: mskim Date: Sat, 20 Jan 2024 03:36:29 +0900 Subject: [PATCH] bug fix --- backend/controller/formAllUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; }), );