Skip to content

Commit 6f89f2d

Browse files
committed
validation
1 parent c70b07f commit 6f89f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ export class Config {
662662
if (databaseOptions.allowPublicExplain === undefined) {
663663
databaseOptions.allowPublicExplain = DatabaseOptions.allowPublicExplain.default;
664664
} else if (typeof databaseOptions.allowPublicExplain !== 'boolean') {
665-
throw `databaseOptions.allowPublicExplain must be a boolean`;
665+
throw `Parse Server option 'databaseOptions.allowPublicExplain' must be a boolean.`;
666666
}
667667
}
668668

0 commit comments

Comments
 (0)