forked from extern/bruno
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 safeStringifyJSON(data, true);
|
||||
return safeStringifyJSON(data);
|
||||
};
|
||||
|
||||
const QueryResult = ({ item, collection, data, dataBuffer, width, disableRunEventListener, headers, error }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user