Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 0af431d

Browse files
authored
Update daxwalker to set members param
1 parent 7aabe37 commit 0af431d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

js/dax_walker/dax_walker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export function getPath({start, end, onSuccess, onError}) {
3030
"x": end.x,
3131
"y": end.y,
3232
"z": end.z
33+
},
34+
"player": {
35+
"members": true
3336
}
3437
}),
3538
dataType: 'json',

0 commit comments

Comments
 (0)