mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
@urbit/api: fix empty getDeepOlderThan
This commit is contained in:
parent
ceed4b78d0
commit
97a52827d3
@ -472,7 +472,7 @@ export const getDeepOlderThan = (
|
||||
) => ({
|
||||
app: 'graph-store',
|
||||
path: `/graph/${ship}/${name}/node/siblings` +
|
||||
`/${start.length > 0 ? 'older' : 'oldest'}` +
|
||||
`/${start.length > 0 ? 'older' : 'newest'}` +
|
||||
`/kith/${count}${encodeIndex(start)}`
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user