Fix docker status error display

This commit is contained in:
Michael Shamoon
2022-11-18 15:24:07 -08:00
parent 7c4d8a77cf
commit f473d324df
3 changed files with 9 additions and 10 deletions
+1 -1
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"},
});
}
}