Skip to content

Commit

Permalink
chore: 불필요한 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
00kang committed Nov 7, 2024
1 parent d90a95b commit 291de62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/apis/alarm.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const getAlarmList = async (): Promise<AlarmListData> => {
};

export const postMarkAlarmAsRead = async ({ alarmId, alarmType }: AlarmAsRead): Promise<void> => {
console.log("click");
return apiClient.post({
endpoint: API_ENDPOINTS.ALARM_CHECKED,
body: { alarmId, alarmType },
Expand Down

0 comments on commit 291de62

Please sign in to comment.