Improve the frontend 2
This commit is contained in:
@@ -154,7 +154,7 @@ async def update_order_status(
|
||||
order_id,
|
||||
tenant_id,
|
||||
new_status,
|
||||
user_id=UUID(current_user["sub"]),
|
||||
user_id=UUID(current_user["user_id"]),
|
||||
reason=reason
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user