chore: build
Backend - Build & Lint / build (push) Failing after 32m27s

This commit is contained in:
Xor290
2026-08-08 00:27:56 +02:00
parent 5c84dfed66
commit c6830873ba
3 changed files with 22 additions and 59 deletions
-8
View File
@@ -19,11 +19,3 @@ type DeliveryPersonStatus struct {
CurrentCommand int `json:"current_command,omitempty"`
LastUpdate time.Time `json:"last_update"`
}
type StockReservation struct {
ProductID int `json:"product_id"`
Quantity int `json:"quantity"`
Username string `json:"username"`
ExpiresAt time.Time `json:"expires_at"`
CommandID int `json:"command_id"`
}