Skip to content

feat: basic audio player #712

feat: basic audio player

feat: basic audio player #712

Triggered via pull request December 17, 2023 14:31
Status Failure
Total duration 31s
Artifacts

quality.yml

on: pull_request
lint_and_typecheck
21s
lint_and_typecheck
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint_and_typecheck: app/(home)/page.tsx#L24
Property 'audio_url' is missing in type '{ children: Element; description: string | null; duration: number; id: number; image: string | null; published_date: number | null; show: { id: number; title: string; }; title: string; }' but required in type 'Pick<{ audio_url: string; created_at: string; description: string | null; duration: number; episode_number: number | null; id: number; image: string | null; podcast_index_guid: string; published_date: number | null; published_date_pretty: string | null; show: number; size: number | null; title: string; }, "title" | ...'.
lint_and_typecheck
Process completed with exit code 1.