Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: John Lukenoff <[email protected]>
  • Loading branch information
jlukenoff committed Jun 28, 2023
1 parent 89598ad commit b42cc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/store/requests/lineage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const getLineage = async (
depth: number
) => {
const nodeId = generateNodeId(nodeType, namespace, name)
// Node ID cannot be URL encoded
const url = `${API_URL}/lineage/?nodeId=${nodeId}&depth=${depth}`
return genericFetchWrapper(url, { method: 'GET' }, 'fetchLineage')
}

0 comments on commit b42cc11

Please sign in to comment.