Skip to content

Commit

Permalink
Gleev v4.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
attemka committed Nov 16, 2023
1 parent 1102c22 commit a8be502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "UI for consuming Joystream - a user governed video platform",
"version": "4.13.6",
"version": "4.13.7",
"license": "GPL-3.0",
"workspaces": [
"packages/*"
Expand Down
3 changes: 3 additions & 0 deletions packages/atlas/src/api/hooks/nfts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ export const useFeaturedNftsVideos = () => {
variables: {
limit: 10,
orderBy: [OwnedNftOrderByInput.VideoViewsNumDesc],
where: {
isFeatured_eq: true,
},
},
})

Expand Down

0 comments on commit a8be502

Please sign in to comment.