@openinc/parse-server-opendash 4.0.19 → 4.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ async function getTenants() {
55
55
  const tenants = await new node_1.default.Query(index_js_2.Tenant)
56
56
  .ascending("label")
57
57
  .limit(1000000)
58
- .find({ useMasterKey: true });
58
+ .find();
59
59
  return tenants.map((tenant) => {
60
60
  return {
61
61
  key: tenant.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "4.0.19",
3
+ "version": "4.0.20",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.33.0",
6
6
  "keywords": [