Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevinosullivan committed Jun 24, 2022
1 parent 28a293e commit 302b755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export async function createServer(
await productCreator(session);
} catch (e) {
status = 500;
error = e;
error = e.message;
}
res.status(status).send({ success: status === 200, error });
});
Expand Down

0 comments on commit 302b755

Please sign in to comment.