@@ -40,7 +40,7 @@ func spawn(id CartId) (*CartGrain, error) {
lastDeliveryId: 0,
Deliveries: []string{},
Id: id,
Items: []CartItem{},
Items: []*CartItem{},
storageMessages: []Message{},
TotalPrice: 0,
}
The note is not visible to the blocked user.