Lint with `prettier`

This commit is contained in:
Che Cameron 2025-08-03 18:03:53 +01:00
parent 560a9cd4ee
commit 76b7fd052c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const handleTimeUpdate =
if (sponsorBlock && sponsorBlock.segments) {
sponsorBlock.segments.forEach((segment: SponsorBlockSegmentType) => {
const actionType = segment.actionType;
const doSkip = (actionType == 'skip');
const doSkip = actionType == 'skip';
const [from, to] = segment.segment;
if (doSkip && currentTime >= from && currentTime <= from + 0.3) {