Skip to content

Commit

Permalink
FIX TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Romero committed Dec 5, 2023
1 parent 77613a3 commit f084e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/router/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const orderRouter = router({

if (order.status !== "Placed") {
throw new TRPCError({
message: "Only Places orders can be cancelled",
message: "Only Placed orders can be cancelled",
code: "FORBIDDEN",
});
}
Expand Down

0 comments on commit f084e8b

Please sign in to comment.