daihungpham
Results
2
issues of
daihungpham
// from \node_modules\parse-server\lib\Routers\AggregateRouter.js static transformStage(stageName, stage) { const skipKeys = ['distinct', 'where']; if (skipKeys.includes(stageName)) { return; } if (stageName[0] !== '$') { throw new _node.default.Error(_node.default.Error.INVALID_QUERY, `Invalid aggregate stage '${stageName}'.`); }...
The CI failed
Untested Change