mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 18:44:56 +03:00
pretty format
This commit is contained in:
parent
dda2ec8bf9
commit
a5503e698f
@ -20,5 +20,7 @@ export default async (req, res) => {
|
||||
});
|
||||
}
|
||||
|
||||
return res.status(200).send({ decorator: "V1_GET_ALL_DEALS", deals: response });
|
||||
return res
|
||||
.status(200)
|
||||
.send(JSON.stringify({ decorator: "V1_GET_ALL_DEALS", deals: response }, null, 4));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user