Skip to content

Commit

Permalink
fix: Removed unused time_remaining_seconds reference in TimerProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Feb 23, 2024
1 parent 6f8ea2f commit 5a19192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timer/TimerProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const TimerProvider = ({
const {
desktop_application_js_url: workerUrl,
ping_interval: pingInterval,
time_remaining_seconds: initSecondsLeft,
timer_ends: timerEnds,
} = attempt;

Expand Down Expand Up @@ -121,7 +120,6 @@ const TimerProvider = ({
}
};
}, [
initSecondsLeft,
timerEnds,
pingInterval,
workerUrl,
Expand Down

0 comments on commit 5a19192

Please sign in to comment.