Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
messenger
Commits
289c7c71
Commit
289c7c71
authored
Jan 27, 2021
by
Choi Ga Young
Browse files
중복삭제
parent
1b1dc123
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/Pages/HomePage.js
View file @
289c7c71
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment