update stuff
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m52s

This commit is contained in:
matst80
2024-11-10 23:05:24 +01:00
parent d01b6675b4
commit c5bc17c44d
6 changed files with 38 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ func spawn(id CartId) (*CartGrain, error) {
lastDeliveryId: 0,
Deliveries: []string{},
Id: id,
Items: []CartItem{},
Items: []*CartItem{},
storageMessages: []Message{},
TotalPrice: 0,
}