mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 04:29:09 +01:00
rm: json stringfy from json string data res
This commit is contained in:
parent
9a2d8bfff3
commit
54d8fbc478
@ -33,7 +33,7 @@ const formatResponse = (data, mode, filter) => {
|
||||
}
|
||||
|
||||
if (!isValidJSON && typeof data === 'string') {
|
||||
return JSON.stringify(data);
|
||||
return data;
|
||||
}
|
||||
|
||||
if (filter) {
|
||||
|
Loading…
Reference in New Issue
Block a user