Commit 289c7c71 authored by Choi Ga Young's avatar Choi Ga Young
Browse files

중복삭제

parent 1b1dc123
......@@ -89,7 +89,6 @@ function Home() {
await axios.put('/room/deleteMem', { userId: userId, roomId: roomId })
setSysmsg(`${userNick}님이 나갔습니다.`)
setRoomCode("")
const response = await axios.get('/users/check', { params: { '_id': userId } })
}
async function getClosedList() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment