Created by: kkellyy
Without these changes, openapi-generator will create Set()
objects for swagger parameters with "uniqueItems": true
. This wraps those Set
s in Array.from()
so they can be properly joined. When debugging this in our setup, I found #8695 which fixes this issue for typescript-fetch
in the same way.
Also replaced some mixed-indent with spaces in the relevant file.