Skip to content

Commit

Permalink
fix: 과목 삭제 시 revalidate tag 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Dec 15, 2024
1 parent 8f03a0a commit c9f992e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/business/services/lecture/taken-lecture.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const deleteTakenLecture = async (lectureId: number) => {
await instance.delete(`${API_PATH.takenLectures}/${lectureId}`, {
responseType: 'text',
});
revalidateTag(TAG.GET_TAKEN_LECTURES);
return {
isSuccess: true,
};
Expand Down

0 comments on commit c9f992e

Please sign in to comment.