mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-05 05:29:00 +01:00
fix: null data response
This commit is contained in:
parent
aea25842ce
commit
236bc48d98
@ -20,7 +20,7 @@ const formatResponse = (data, mode, filter) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (data === null) {
|
if (data === null) {
|
||||||
return data;
|
return 'null';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mode.includes('json')) {
|
if (mode.includes('json')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user