Skip to content

Commit

Permalink
Fixed validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 20, 2021
1 parent fd9662e commit e374407
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
"properties": {
"initializeFromPersistentCacheInBackground": {
"const": true
"enum": [true]
},
"backgroundInitializationFromCacheDelay": {
"title": "label.background-init-from-cache-delay",
Expand All @@ -129,7 +129,7 @@
{
"properties": {
"initializeFromPersistentCacheInBackground": {
"const": false
"enum": [false]
}
}
}
Expand Down

0 comments on commit e374407

Please sign in to comment.