mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-05 05:29:00 +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') {
|
if (!isValidJSON && typeof data === 'string') {
|
||||||
return JSON.stringify(data);
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filter) {
|
if (filter) {
|
||||||
|
Loading…
Reference in New Issue
Block a user