mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-24 22:11:38 +02:00
Revert "JSON in QueryResult should always be indented"
This reverts commit 76a26b634df314fc9c89ff921e82dfa6ad32fbec.
This commit is contained in:
parent
dc32d7246c
commit
631e436079
@ -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 }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user