Skip to content

Commit

Permalink
Merge branch 'main' into features-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchopin committed Sep 12, 2024
2 parents 1df5e94 + c785e27 commit 70b384d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/tv/live.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const globals = await directus.request(readSingleton('globals', { fields: ['real
const shows = await directus.request(
readItems('shows', {
filter: { id: { _in: live.offline_featured } },
sort: 'sort',
}),
);
Expand Down

0 comments on commit 70b384d

Please sign in to comment.