audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: narrow check-legal-dates hook to +page.svelte only (#1171)

the hook was matching +page.ts (the data loader) which has no
"Last updated" date, causing CI failures on the status maintenance PR.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4.6
and committed by
GitHub
15b00717 57033434

+1 -1
+1 -1
.pre-commit-config.yaml
··· 52 52 name: check legal dates 53 53 entry: python scripts/check_legal_dates.py 54 54 language: system 55 - files: ^frontend/src/routes/privacy/ 55 + files: ^frontend/src/routes/privacy/\+page\.svelte$ 56 56 pass_filenames: true 57 57 58 58 - id: cargo-check-moderation