fix: Retrieve ancestors and/or descendants on product categories (#7226)

This commit is contained in:
Oli Juhl
2024-05-03 18:09:04 +02:00
committed by GitHub
parent 520867b074
commit 1366e2efad
11 changed files with 158 additions and 390 deletions
@@ -369,6 +369,7 @@ export class RemoteJoiner {
uniqueIds,
relationship
)
const isObj = isDefined(response.path)
let resData = isObj ? response.data[response.path!] : response.data