formatting
This commit is contained in:
parent
c1be8ed22e
commit
74e2fcee52
@ -80,7 +80,7 @@ router.get("/", (req, res) => {
|
||||
return;
|
||||
}
|
||||
|
||||
logger.debug(`Sending data: ${JSON.stringify(data,null, 2)}`);
|
||||
logger.debug(`Sending data: ${JSON.stringify(data, null, 2)}`);
|
||||
res.send(data);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user