Skip to content

Commit

Permalink
Remove sort on TV live (#169)
Browse files Browse the repository at this point in the history
* Remove sort on TV live

* Must please the linter
  • Loading branch information
phazonoverload committed Sep 9, 2024
1 parent 091cc18 commit c785e27
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 c785e27

Please sign in to comment.