Skip to content

Commit

Permalink
Remove unnecessary code for unsuspend feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirhBeigi committed Oct 10, 2024
1 parent 7e1815d commit e01a919
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/booking/views/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,6 @@ const BookingSteps = (props: BookingStepsProps) => {

return () => {
clearTimeout(getTurnTimeout.current);
unsuspend.mutate({
center_id: router.query?.centerId! as string,
request_code: timeId,
});
};
}, [step]);

Expand Down

0 comments on commit e01a919

Please sign in to comment.