fix: Retrieve ancestors and/or descendants on product categories (#7226)
This commit is contained in:
@@ -369,6 +369,7 @@ export class RemoteJoiner {
|
||||
uniqueIds,
|
||||
relationship
|
||||
)
|
||||
|
||||
const isObj = isDefined(response.path)
|
||||
let resData = isObj ? response.data[response.path!] : response.data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user