We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aabe37 commit 0af431dCopy full SHA for 0af431d
1 file changed
js/dax_walker/dax_walker.js
@@ -30,6 +30,9 @@ export function getPath({start, end, onSuccess, onError}) {
30
"x": end.x,
31
"y": end.y,
32
"z": end.z
33
+ },
34
+ "player": {
35
+ "members": true
36
}
37
}),
38
dataType: 'json',
0 commit comments