Merge pull request #3 from vidya-hub/form_data_code_gen

chore: fixed code generation test cases
This commit is contained in:
Vidya Sagar
2024-01-07 19:33:20 +05:30
committed by GitHub
5 changed files with 26 additions and 36 deletions

View File

@ -14,7 +14,6 @@ class FetchCodeGen {
import fetch from 'node-fetch';
{% if isFormDataRequest %}const fs = require('fs');{% endif %}
""";
String kTemplateStart = """let url = '{{url}}';