formatting

This commit is contained in:
Peter Morton 2023-07-10 04:31:28 +01:00
parent c1be8ed22e
commit 74e2fcee52

View File

@ -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);
});