Skip to content

Commit

Permalink
Remove shorts from channel videos
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed May 24, 2024
1 parent 4f2d515 commit 9e847da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const ChannelVideos: FC<ChannelVideosProps> = ({
isPublic_eq: true,
createdAt_lt: USER_TIMESTAMP,
isCensored_eq: false,
isShort_eq: false,
thumbnailPhoto: {
isAccepted_eq: true,
},
Expand Down

0 comments on commit 9e847da

Please sign in to comment.