Corrected outdated links (#4254)
This commit is contained in:
committed by
Florent Vilmart
parent
f0b7ffcdd6
commit
9145c88562
@@ -54,7 +54,7 @@ function RestQuery(config, auth, className, restWhere = {}, restOptions = {}, cl
|
||||
this.include = [];
|
||||
|
||||
// If we have keys, we probably want to force some includes (n-1 level)
|
||||
// See issue: https://github.com/ParsePlatform/parse-server/issues/3185
|
||||
// See issue: https://github.com/parse-community/parse-server/issues/3185
|
||||
if (restOptions.hasOwnProperty('keys')) {
|
||||
const keysForInclude = restOptions.keys.split(',').filter((key) => {
|
||||
// At least 2 components
|
||||
|
||||
Reference in New Issue
Block a user