Change ACL to Non null (#6249)
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
4435154cf9
commit
62459962dd
@@ -115,14 +115,7 @@ const findObjects = async (
|
||||
options.subqueryReadPreference = subqueryReadPreference;
|
||||
}
|
||||
|
||||
return await rest.find(
|
||||
config,
|
||||
auth,
|
||||
className,
|
||||
where,
|
||||
options,
|
||||
info.clientSDK
|
||||
);
|
||||
return rest.find(config, auth, className, where, options, info.clientSDK);
|
||||
};
|
||||
|
||||
export { getObject, findObjects };
|
||||
|
||||
Reference in New Issue
Block a user