We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd25fd4 commit b9b7709Copy full SHA for b9b7709
src/server.js
@@ -27,7 +27,7 @@ var api = (() => {
27
})
28
29
let org = await CRUD.send({
30
- method: 'read.object',
+ method: 'object.read',
31
array: "organizations",
32
key: config["key"],
33
organization_id: config["organization_id"],
@@ -62,7 +62,7 @@ var api = (() => {
62
63
64
let data2 = await CRUD.send({
65
66
67
object: {
68
$filter: {
@@ -96,7 +96,7 @@ var api = (() => {
96
97
98
let myOrg = await CRUD.send({
99
100
101
key: org["key"],
102
organization_id: org["_id"],
0 commit comments