Skip to content

Commit 0d82310

Browse files
authored
Update src/Deprecator/Deprecations.js
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
1 parent 636a307 commit 0d82310

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Deprecator/Deprecations.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,5 @@
1818
module.exports = [
1919
{ optionKey: 'encodeParseObjectInCloudFunction', changeNewDefault: 'true' },
2020
{ optionKey: 'enableInsecureAuthAdapters', changeNewDefault: 'false' },
21-
{
22-
optionKey: 'databaseOptions.allowPublicExplain',
23-
changeNewDefault: 'false',
24-
solution:
25-
'To prepare for the future change, set Parse Server option databaseOptions.allowPublicExplain to false and ensure explain queries are only made with master key.',
26-
},
21+
{ optionKey: 'databaseOptions.allowPublicExplain', changeNewDefault: 'false' },
2722
];

0 commit comments

Comments
 (0)