Closed bastienlemaitre closed 6 years ago
Hi, when i run this following code :
var parsed = parser.query( `$expand=group,user` ); var queryOptions = parsed.value.options; var expand = queryOptions.filter(q => q.type == 'Expand');
It miss "user" token, and "group" token is found twice..
Thanks
Thank you @bastienlemaitre for finding this bug. A fixed version is now available on npm. Please run npm update.
npm update
Hi, when i run this following code :
It miss "user" token, and "group" token is found twice..
Thanks