Skip to content

Commit

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

Check failure on line 14 in pages/tv/live.vue

View workflow job for this annotation

GitHub Actions / Lint

Insert `,`
}),
);
Expand Down

0 comments on commit a9c89e1

Please sign in to comment.