Merge branch 'main' into kubernetes

This commit is contained in:
James Wynn 2022-11-19 09:09:23 -06:00
commit a1f2003a77
108 changed files with 619 additions and 168 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"},
});
}
}