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 a12a80d commit d9257baCopy full SHA for d9257ba
addon_files/redmatic/lib/settings.js
@@ -52,7 +52,7 @@ if (settings.contextStorage.default.module === 'localfilesystem') {
52
settings.contextStorage.default.module = 'file';
53
}
54
55
-if (!['file', 'memory'].includes(settings.contextStorage.default.module)) {
+if (settings.contextStorage.default.module !== 'file' && settings.contextStorage.default.module !== 'memory') {
56
settings.contextStorage.default.module = 'memory';
57
58
0 commit comments