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