mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-11 00:18:46 +01:00
Revert "JSON in QueryResult should always be indented"
This reverts commit 76a26b634d
.
This commit is contained in:
parent
dc32d7246c
commit
631e436079
@ -32,7 +32,7 @@ const formatResponse = (data, mode) => {
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
return safeStringifyJSON(data, true);
|
return safeStringifyJSON(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
const QueryResult = ({ item, collection, data, dataBuffer, width, disableRunEventListener, headers, error }) => {
|
const QueryResult = ({ item, collection, data, dataBuffer, width, disableRunEventListener, headers, error }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user