Skip to content

Commit

Permalink
Merge branch 'main' into fe/feat/#27
Browse files Browse the repository at this point in the history
  • Loading branch information
baekjiyun committed Jan 19, 2024
2 parents f66efc1 + cc06215 commit 15ae496
Show file tree
Hide file tree
Showing 15 changed files with 168 additions and 706 deletions.
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
7 changes: 0 additions & 7 deletions frontend/.husky/pre-commit

This file was deleted.

Loading

0 comments on commit 15ae496

Please sign in to comment.