File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ module.exports.ParseServerOptions = {
100
100
} ,
101
101
"cloud" : {
102
102
"env" : "PARSE_SERVER_CLOUD" ,
103
- "help" : "Full path to your cloud code main.js" ,
104
- "action" : parsers . objectParser
103
+ "help" : "Full path to your cloud code main.js"
105
104
} ,
106
105
"collectionPrefix" : {
107
106
"env" : "PARSE_SERVER_COLLECTION_PREFIX" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export interface ParseServerOptions {
46
46
/* Adapter module for the database */
47
47
databaseAdapter: ?Adapter ;
48
48
/* Full path to your cloud code main.js */
49
- cloud: ?any ;
49
+ cloud: ?string ;
50
50
/* A collection prefix for the classes */
51
51
collectionPrefix: ?string ; // = ''
52
52
/* Key for iOS, MacOS, tvOS clients */
You can’t perform that action at this time.
0 commit comments