Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Sep 7, 2023
1 parent 6260649 commit 3c2ad68
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lexicons/app/bsky/graph/getSuggestedFollowsByActor.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "params",
"required": ["actor"],
"properties": {
"actor": {"type": "string", "format": "at-identifier"}
"actor": { "type": "string", "format": "at-identifier" }
}
},
"output": {
Expand All @@ -20,7 +20,10 @@
"properties": {
"suggestions": {
"type": "array",
"items": {"type": "ref", "ref": "app.bsky.actor.defs#profileView"}
"items": {
"type": "ref",
"ref": "app.bsky.actor.defs#profileView"
}
}
}
}
Expand Down

0 comments on commit 3c2ad68

Please sign in to comment.