Skip to content

Commit

Permalink
eslint line
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Nov 10, 2024
1 parent 8947919 commit 1eafe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/barn-ui/src/routes/watch/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
let { data } = $props();
let status = $derived(data.video.status);
// eslint-disable-next-line
let videoElement: HTMLVideoElement;
function getAlertType(status: string) {
Expand Down

0 comments on commit 1eafe3c

Please sign in to comment.