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 c70b07f commit 6f89f2dCopy full SHA for 6f89f2d
1 file changed
src/Config.js
@@ -662,7 +662,7 @@ export class Config {
662
if (databaseOptions.allowPublicExplain === undefined) {
663
databaseOptions.allowPublicExplain = DatabaseOptions.allowPublicExplain.default;
664
} else if (typeof databaseOptions.allowPublicExplain !== 'boolean') {
665
- throw `databaseOptions.allowPublicExplain must be a boolean`;
+ throw `Parse Server option 'databaseOptions.allowPublicExplain' must be a boolean.`;
666
}
667
668
0 commit comments