Skip to content

Commit

Permalink
Define countryTranslator as "number"
Browse files Browse the repository at this point in the history
to neutralize: "Object coronavirus-statistics.0.countryTranslator is invalid: Default value has to be type "string" but received type "number""
  • Loading branch information
ioBroker22 committed Dec 6, 2022
1 parent 775b855 commit baa4c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Covid19 extends utils.Adapter {
common: {
'role': '',
'name': 'Translator for unknown country names',
'type': 'mixed',
'type': 'number',
'read': true,
'write': true,
'def': 0
Expand Down

0 comments on commit baa4c2f

Please sign in to comment.