mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 01:14:23 +01:00
feat: update jsonToBru.js to use getValueString for text type items in multipartForm (#2407)
This commit is contained in:
parent
2621c384c0
commit
ee4dba54f3
@ -263,7 +263,7 @@ ${indentString(body.sparql)}
|
||||
const enabled = item.enabled ? '' : '~';
|
||||
|
||||
if (item.type === 'text') {
|
||||
return `${enabled}${item.name}: ${item.value}`;
|
||||
return `${enabled}${item.name}: ${getValueString(item.value)}`;
|
||||
}
|
||||
|
||||
if (item.type === 'file') {
|
||||
|
Loading…
Reference in New Issue
Block a user