Skip to content

Commit

Permalink
fix: drop pre also in capability
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 22, 2024
1 parent 9bbb24e commit 765d127
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/capabilities/src/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,7 @@ export const list = capability({
/**
* Maximum number of items per page.
*/
size: Schema.integer().optional(),
/**
* If true, return page of results preceding cursor. Defaults to false.
*/
pre: Schema.boolean().optional(),
size: Schema.integer().optional()
}),
derives: (claimed, delegated) => {
if (claimed.with !== delegated.with) {
Expand Down

0 comments on commit 765d127

Please sign in to comment.