Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Sep 8, 2023
1 parent 0535368 commit cb30cff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions lexicons/app/bsky/graph/getListBlocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
"parameters": {
"type": "params",
"properties": {
"limit": {"type": "integer", "minimum": 1, "maximum": 100, "default": 50},
"cursor": {"type": "string"}
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"default": 50
},
"cursor": { "type": "string" }
}
},
"output": {
Expand All @@ -18,10 +23,10 @@
"type": "object",
"required": ["lists"],
"properties": {
"cursor": {"type": "string"},
"cursor": { "type": "string" },
"lists": {
"type": "array",
"items": {"type": "ref", "ref": "app.bsky.graph.defs#listView"}
"items": { "type": "ref", "ref": "app.bsky.graph.defs#listView" }
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions lexicons/app/bsky/graph/listblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type": "object",
"required": ["subject", "createdAt"],
"properties": {
"subject": {"type": "string", "format": "at-uri"},
"createdAt": {"type": "string", "format": "datetime"}
"subject": { "type": "string", "format": "at-uri" },
"createdAt": { "type": "string", "format": "datetime" }
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/pds/tests/proxied/__snapshots__/views.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Object {
"cts": "1970-01-01T00:00:00.000Z",
"neg": false,
"src": "did:example:labeler",
"uri": "user(0)",
"uri": "user(2)",
"val": "repo-action-label",
},
],
Expand Down Expand Up @@ -2232,7 +2232,7 @@ Object {
"cts": "1970-01-01T00:00:00.000Z",
"neg": false,
"src": "did:example:labeler",
"uri": "user(2)",
"uri": "user(0)",
"val": "repo-action-label",
},
],
Expand Down

0 comments on commit cb30cff

Please sign in to comment.