Skip to content

Commit

Permalink
Force timer to stop regardless when time exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabau committed Nov 13, 2023
1 parent 609a16d commit 74ddb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/collab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const MatchRequestPage = () => {
const { difficulty, category, matchType } = curUserMatchRequest;
const sameRequest = { difficulty, category, matchType };
deleteMatchRequest({ matchType: curUserMatchRequest.matchType });
stopTimer();
toast(
(t) => (
<div className="flex flex-col justify-evenly text-slate-800">
Expand Down

0 comments on commit 74ddb3b

Please sign in to comment.