fixed generator (#738)

Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
Sai Medhini Reddy Maryada
2024-05-01 16:59:17 -04:00
committed by GitHub
parent 0caacf870c
commit 9a67bbfd16
5 changed files with 48 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
{% endif %}
{% include "substitutions" %}
{% include "required" %}
{% if api.body.serialize == "bulk" %}
{% if api.body.serialize %}
body = _bulk_body(self.transport.serializer, body)
{% endif %}
{% block request %}