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