Closed ludofleury closed 9 years ago
I have the same issue
Seems headers and parameters are saved in an array instead of an object, so Object.keys
doesn't work quite right. I changed to pull the name from the object itself instead of the index returned by Object.keys
, which should be a safer solution, since it works well either the value is array
or object
.
:+1:
@ludofleury I am noticing a simlar issue on Parameters:
I can't have the key value of headers section, to confirm the bug, I used the md provided in the example.