forked from loafle/openapi-generator-original
Trying to generate Kotlin code for CookieAuth will result in a malformed ApiClient.kt for function updateAuthParams. The code block has a closing bracket too much. Co-authored-by: Christian Bay <christian.bay@posteo.net>
This commit is contained in:
parent
75ff110449
commit
685d9445c2
@ -299,7 +299,12 @@ import com.squareup.moshi.adapter
|
|||||||
{{/isKeyInQuery}}
|
{{/isKeyInQuery}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{{#isKeyInQuery}}
|
||||||
}
|
}
|
||||||
|
{{/isKeyInQuery}}
|
||||||
|
{{#isKeyInHeader}}
|
||||||
|
}
|
||||||
|
{{/isKeyInHeader}}
|
||||||
{{/isApiKey}}
|
{{/isApiKey}}
|
||||||
{{#isBasic}}
|
{{#isBasic}}
|
||||||
{{#isBasicBasic}}
|
{{#isBasicBasic}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user