EventIndex: Fix some lint errors.

This commit is contained in:
Damir Jelić
2020-01-17 14:22:22 +01:00
parent c397de18bd
commit 3c46a56391
3 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -491,9 +491,9 @@ export const SETTINGS = {
displayName: _td("How long should the crawler wait between requests"),
default: 3000,
},
"enableCrawling" : {
"enableCrawling": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("How long should the crawler wait between requests"),
default: true,
}
},
};