Sửa lỗi thành viên có thể gửi lời mời các users khác
This commit is contained in:
Vendored
+1
-1
@@ -517,7 +517,7 @@ let TourController = class TourController {
|
||||
});
|
||||
role = participation?.role;
|
||||
}
|
||||
if (!role || !(role === 'OWNER' || role === 'MANAGER')) {
|
||||
if (!role || role !== 'OWNER') {
|
||||
throw new common_1.ForbiddenException('Bạn không có quyền từ chối yêu cầu tham gia.');
|
||||
}
|
||||
const joinRequest = await this.prisma.joinRequest.findUnique({
|
||||
|
||||
Reference in New Issue
Block a user