api: update firstborn for correct scry path

See #5050 for original notes on issue.
This commit is contained in:
matildepark 2021-06-24 16:26:23 -05:00 committed by GitHub
parent 038b021fef
commit 4789aa4c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)}`
});
/**