Skip to content

Commit

Permalink
Merge pull request #41 from guMcrey/hotfix/add-break
Browse files Browse the repository at this point in the history
fix utils/index.ts syntax error
  • Loading branch information
guMcrey committed Mar 11, 2024
2 parents 2111135 + 5ae569b commit 58f7334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export const cancelUpdateFunc = (
isStopWorker && worker?.terminate()
return true
}
break
case 'ignore-today':
if (cancelModeTypeValue === todayDate) {
isStopWorker && worker?.terminate()
Expand Down

0 comments on commit 58f7334

Please sign in to comment.