Fix parse object type config
Compare changes
+ 10
− 1
@@ -112,7 +112,9 @@ export const parseTuples = (tuples, key) => {
@@ -129,6 +131,13 @@ const parseNonAtomTuples = (tuples) => {
Fix it so that it can be parse since :poll_limits
is a type object. reference !31 (merged)