OMartsin / pizzeria-simulator-server

1 stars 0 forks source link

[BE] Fix cook status #35

Closed cupoftea4 closed 11 months ago

cupoftea4 commented 11 months ago

Not sure if it is intended behavior that cook takes different order on resume I think we can also send status field with paused cook update For example:

{
  "cookId": 1,
  "status": "FREE"
}

Image