Skip to content

Commit b42cc11

Browse files
committed
comment
Signed-off-by: John Lukenoff <johnlukenoff@asana.com>
1 parent 89598ad commit b42cc11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/store/requests/lineage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const getLineage = async (
1313
depth: number
1414
) => {
1515
const nodeId = generateNodeId(nodeType, namespace, name)
16+
// Node ID cannot be URL encoded
1617
const url = `${API_URL}/lineage/?nodeId=${nodeId}&depth=${depth}`
1718
return genericFetchWrapper(url, { method: 'GET' }, 'fetchLineage')
1819
}

0 commit comments

Comments
 (0)