File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class CoCreateFileSystem {
37
37
let organization = organizations . get ( hostname ) ;
38
38
if ( ! organization ) {
39
39
let org = await crud . send ( {
40
- method : 'read. object' ,
40
+ method : 'object.read ' ,
41
41
array : 'organizations' ,
42
42
$filter : {
43
43
query : [
@@ -86,7 +86,7 @@ class CoCreateFileSystem {
86
86
}
87
87
88
88
let data = {
89
- method : 'read. object' ,
89
+ method : 'object.read ' ,
90
90
array : 'files' ,
91
91
$filter : {
92
92
query : [
@@ -120,7 +120,7 @@ class CoCreateFileSystem {
120
120
src = file [ 'src' ] ;
121
121
else {
122
122
let fileSrc = await crud . send ( {
123
- method : 'read. object' ,
123
+ method : 'object.read ' ,
124
124
array : file [ 'array' ] ,
125
125
object : {
126
126
_id : file . _id
@@ -207,7 +207,7 @@ class CoCreateFileSystem {
207
207
}
208
208
209
209
crud . send ( {
210
- method : 'create. object' ,
210
+ method : 'object.create ' ,
211
211
array : 'files' ,
212
212
object : defaultFile . object [ 0 ] ,
213
213
organization_id
You can’t perform that action at this time.
0 commit comments