Merge pull request #1653 from pateljannat/issues-124

fix: progress timer in lessons
This commit is contained in:
Jannat Patel
2025-07-23 11:32:51 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Create weekly release
on:
schedule:
- cron: '30 4 15 * *'
- cron: '30 3 * * 3'
workflow_dispatch:
jobs:

View File

@@ -604,7 +604,7 @@ const updateVideoTime = (video) => {
}
const startTimer = () => {
timerInterval = setInterval(() => {
let timerInterval = setInterval(() => {
timer.value++
if (timer.value == 30) {
clearInterval(timerInterval)