Merge remote-tracking branch 'forkorigin/main' into features/basic-docker-swarm

This commit is contained in:
Vinay Dawani 2022-12-11 02:42:22 -05:00
commit f51e755216
167 changed files with 7060 additions and 969 deletions

View file

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