We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d9b895 + 4c77802 commit 7beb82eCopy full SHA for 7beb82e
2 files changed
.github/workflows/make_release_pr.yml
@@ -1,7 +1,7 @@
1
name: Create weekly release
2
on:
3
schedule:
4
- - cron: '30 4 15 * *'
+ - cron: '30 3 * * 3'
5
workflow_dispatch:
6
7
jobs:
frontend/src/pages/Lesson.vue
@@ -604,7 +604,7 @@ const updateVideoTime = (video) => {
604
}
605
606
const startTimer = () => {
607
- timerInterval = setInterval(() => {
+ let timerInterval = setInterval(() => {
608
timer.value++
609
if (timer.value == 30) {
610
clearInterval(timerInterval)
0 commit comments