Commit 9c7f378e authored by Kim, Subin's avatar Kim, Subin
Browse files

; 삭제

parent ec1fb3b9
......@@ -13,7 +13,7 @@ const MovieTable = ({ movieList }) => {
await movieApi.submit(movieId)
alert("서버 등록이 완료되었습니다.")
} catch (error) {
catchErrors(error, setError);
catchErrors(error, setError)
}
}
......
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