Fix config value type
Compare changes
+ 49
− 12
@@ -146,16 +149,23 @@ export const wrapConfig = settings => {
@@ -167,12 +177,21 @@ const wrapNestedTuples = setting => {
@@ -182,6 +201,24 @@ const wrapNonAtomsTuples = setting => {
When running migrate_to_db
for the first time, ip
is tuple of type number, :poll_limits
, :digest
, etc. are type object, so change them to match