Skip to content

Commit

Permalink
Must please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
phazonoverload committed Sep 9, 2024
1 parent a9c89e1 commit 4d04693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tv/live.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const globals = await directus.request(readSingleton('globals', { fields: ['real
const shows = await directus.request(
readItems('shows', {
filter: { id: { _in: live.offline_featured } }
filter: { id: { _in: live.offline_featured } },
}),
);
Expand Down

0 comments on commit 4d04693

Please sign in to comment.