corrected header

This commit is contained in:
Clasherzz
2024-09-23 23:53:46 +05:30
parent c49827c6ab
commit b602f73ed2

View File

@ -42,7 +42,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
final String kTemplateHeadersFormData = """
{% for key, val in headers %}
.header("{{ key }}", "{{ val }}"){% if not loop.last %};{% endif %}
.header("{{ key }}", "{{ val }}"){% if loop.last %};{% endif %}
{% endfor %}
""";