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