Skip to content

Commit efb775b

Browse files
committed
strong
1 parent 7ca4fbc commit efb775b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/shop/order-service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async function createOrderDirect(
239239
baggage,
240240
});
241241

242-
return { orderId, status: "confirmed" };
242+
return { orderId, status: "confirmed strong" };
243243
}
244244

245245
app.post("/orders", async (req, res) => {

0 commit comments

Comments
 (0)