오류 수정, 통계 보강

This commit is contained in:
2025-06-08 20:21:37 +09:00
parent 1a3706d7a5
commit 141a0de6d0
42 changed files with 2645 additions and 799 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ exports.login = async (req, res) => {
where: {
userId: user.id,
memberType: {
[Op.in]: ['모임장', '운영진']
[Op.in]: ['manager', 'owner']
}
},
attributes: ['clubId']