Skip to content

Commit

Permalink
remove requirement for suggested farcaster users
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn committed Apr 26, 2024
1 parent f77743d commit 47e8952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function OnboardingRecommendUsersPage() {
}
}
}
suggestedUsersFarcaster(first: 24) @required(action: THROW) {
suggestedUsersFarcaster(first: 24) {
edges {
node {
__typename
Expand Down

0 comments on commit 47e8952

Please sign in to comment.