1
0
mirror of https://github.com/foss42/apidash.git synced 2025-08-06 13:51:20 +08:00

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

@ -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: