diff --git a/src/timer/TimerProvider.jsx b/src/timer/TimerProvider.jsx index 66d17680..8271b06c 100644 --- a/src/timer/TimerProvider.jsx +++ b/src/timer/TimerProvider.jsx @@ -36,7 +36,6 @@ const TimerProvider = ({ const { desktop_application_js_url: workerUrl, ping_interval: pingInterval, - time_remaining_seconds: initSecondsLeft, timer_ends: timerEnds, } = attempt; @@ -121,7 +120,6 @@ const TimerProvider = ({ } }; }, [ - initSecondsLeft, timerEnds, pingInterval, workerUrl,