https://github.com/ChatMinder/ChatMinder-Server/blob/a4edc0e13a820f88d97942b5772919d44130f57e/app/views.py#L256 a라는 사용자가 tag_name='준환'을 저장한 상태에서 b라는 사용자가 tag_name='준환'을 저장하려고 할 때 이미 있는걸로 결과가 나올거같음 중복검사할때 유저도 포함해서 검색 해야할듯!!
ChatMinder-Server/app/views.py
Line 256 in a4edc0e
a라는 사용자가 tag_name='준환'을 저장한 상태에서 b라는 사용자가 tag_name='준환'을 저장하려고 할 때 이미 있는걸로 결과가 나올거같음
중복검사할때 유저도 포함해서 검색 해야할듯!!