forked from 0x2620/pandora
cosmetics
This commit is contained in:
parent
23ea99734d
commit
31c3cc908b
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ def find(request, data):
|
||||||
]
|
]
|
||||||
} or { // if `keys` is missing
|
} or { // if `keys` is missing
|
||||||
items: int // returns total number of items
|
items: int // returns total number of items
|
||||||
} or { // if `positions` is present ()
|
} or { // if `positions` is present
|
||||||
positions: { // returns positions of given items
|
positions: { // returns positions of given items
|
||||||
id: position, // position of the item, per current sort order
|
id: position, // position of the item, per current sort order
|
||||||
... // more id/position pairs
|
... // more id/position pairs
|
||||||
|
|
Loading…
Reference in a new issue