Skip to content

Commit

Permalink
Merge pull request #30 from SV-Winter-BootCamp-Team-C/BE/bug/#28
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
mskim98 committed Jan 19, 2024
2 parents dbd6117 + 8b1baad commit 6b465c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controller/formAllUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getUserSurveys = async (req, res) => {
mainImageUrl: survey.mainImageUrl || null,
createdAt: survey.createdAt,
deadline: survey.deadline,
attendedCount: attendedCount,
attendCount: attendedCount,
};
}),
);
Expand Down

0 comments on commit 6b465c9

Please sign in to comment.