mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
api: update firstborn for correct scry path
See #5050 for original notes on issue.
This commit is contained in:
parent
038b021fef
commit
4789aa4c03
@ -472,7 +472,7 @@ export const getFirstborn = (
|
||||
index: string
|
||||
): Scry => ({
|
||||
app: 'graph-store',
|
||||
path: `/firstborn/${ship}/${name}/${encodeIndex(index)}`
|
||||
path: `/firstborn/${ship}/${name}${encodeIndex(index)}`
|
||||
});
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user