diff --git a/frontend/src/pages/AddChannel.tsx b/frontend/src/pages/AddChannel.tsx index e263b95..8c847db 100644 --- a/frontend/src/pages/AddChannel.tsx +++ b/frontend/src/pages/AddChannel.tsx @@ -188,8 +188,9 @@ export const AddChannel = () => { marker_style: user.marker_style, })), }; - // eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars + const res = await createChannel(channelData); + console.log(res.resultMsg); } catch (error) { console.error('채널 생성 실패:', error); }