mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
Revert "JSON in QueryResult should always be indented"
This reverts commit 76a26b634d.
This commit is contained in:
@@ -32,7 +32,7 @@ const formatResponse = (data, mode) => {
|
||||
return data;
|
||||
}
|
||||
|
||||
return safeStringifyJSON(data, true);
|
||||
return safeStringifyJSON(data);
|
||||
};
|
||||
|
||||
const QueryResult = ({ item, collection, data, dataBuffer, width, disableRunEventListener, headers, error }) => {
|
||||
|
||||
Reference in New Issue
Block a user