Open brvendrametto opened 11 months ago
Value of manualVars with wrong "=" char at the end Like this: { key1=value1= key2=value2= } When the correct must be: { key1=value1 key2=value2 }
Value of manualVars with wrong "=" char at the end Like this: { key1=value1= key2=value2= } When the correct must be: { key1=value1 key2=value2 }