mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-30 20:40:10 +02:00
rm: json stringfy from json string data res
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user