mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
js minor fix
This commit is contained in:
@ -62,7 +62,7 @@ fetch(url, options)
|
||||
|
||||
String result = isNodeJs
|
||||
? importsData
|
||||
: requestModel.hasFormData
|
||||
: requestModel.hasFileInFormData
|
||||
? "// refer https://github.com/foss42/apidash/issues/293#issuecomment-1995208098 for details regarding integration\n\n"
|
||||
: "";
|
||||
if (requestModel.hasFormData) {
|
||||
|
Reference in New Issue
Block a user