[Nest] 12756 - 2022. 08. 06. 오후 5:04:03 DEBUG [ChatroomsService] exec muteStopper
/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/error/TypeORMError.ts:7
super(message);
^
TypeORMError: Empty criteria(s) are not allowed for the delete method.
at new TypeORMError (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/error/TypeORMError.ts:7:9)
at EntityManager.delete (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/entity-manager/EntityManager.ts:567:35)
at ChatEventRepository.Repository.delete (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/repository/Repository.ts:263:35)
at ChatEventRepository.delChatEvent (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/chatrooms/repository/chat-event.repository.ts:70:22)
at /Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/chatrooms/chatrooms.service.ts:85:68
at Array.map (<anonymous>)
at ChatroomsService.muteStopper (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/chatrooms/chatrooms.service.ts:85:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at ChatroomsService.onModuleInit (/Users/kimkwanho/Documents/Programming/42Seoul/42cursus/06_ft_transcendence/backend/src/chatrooms/chatrooms.service.ts:40:5)
at async Promise.all (index 0)