remove boundary

This commit is contained in:
Ankit Mahato
2024-04-06 13:30:24 +05:30
parent 37eb188cc3
commit bc532ae593
2 changed files with 29 additions and 34 deletions

View File

@ -74,7 +74,7 @@ class Codegen {
case CodegenLanguage.pythonRequests:
return PythonRequestsCodeGen().getCode(rM, boundary: boundary);
case CodegenLanguage.rubyFaraday:
return RubyFaradayCodeGen().getCode(rM, boundary: boundary ?? getNewUuid());
return RubyFaradayCodeGen().getCode(rM);
case CodegenLanguage.rustActix:
return RustActixCodeGen().getCode(rM, boundary: boundary);
case CodegenLanguage.rustCurl: