Skip to content

Commit

Permalink
[FE][Fix] build error 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Dec 5, 2024
1 parent 1ccfcfb commit f7bb8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/AddChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f7bb8ea

Please sign in to comment.