Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-InPark committed May 16, 2024
2 parents 26dd2f7 + 933fd0f commit fc7c458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class OrderService(

val order = orderRepository.findById(orderId).orElseThrow()
order.status = OrderStatus.valueOf(status)
return orderRepository.save(order)
return saveOrderAndSendWebsocketMessage(order)
}

private fun checkAccessible(username: String, workspaceId: Long) {
Expand Down

0 comments on commit fc7c458

Please sign in to comment.