Skip to content

Commit

Permalink
change to ml capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalnom committed Mar 26, 2024
1 parent b5b4234 commit 597b37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ def get_capacity_plan():

return {
"potion_capacity": 0,
"barrel_capacity": 0
"ml_capacity": 0
}

class CapacityPurchase(BaseModel):
potion_capacity: int
barrel_capacity: int
ml_capacity: int

# Gets called once a day
@router.post("/deliver/{order_id}")
Expand Down

0 comments on commit 597b37a

Please sign in to comment.