오류 수정, 통계 보강
This commit is contained in:
@@ -52,7 +52,7 @@ exports.login = async (req, res) => {
|
||||
where: {
|
||||
userId: user.id,
|
||||
memberType: {
|
||||
[Op.in]: ['모임장', '운영진']
|
||||
[Op.in]: ['manager', 'owner']
|
||||
}
|
||||
},
|
||||
attributes: ['clubId']
|
||||
|
||||
Reference in New Issue
Block a user