Fix docker status error display

This commit is contained in:
Michael Shamoon 2022-10-23 23:45:43 -07:00
parent 7c4d8a77cf
commit f473d324df
3 changed files with 9 additions and 10 deletions

View file

@ -46,7 +46,7 @@ export default async function handler(req, res) {
});
} catch {
res.status(500).send({
error: "unknown error",
error: {message: "Unknown error"},
});
}
}