From accdc41064ca2cdc9d80140a297bedccc4e7de05 Mon Sep 17 00:00:00 2001 From: matst80 Date: Mon, 1 Dec 2025 10:18:22 +0100 Subject: [PATCH] update --- pkg/cart/cart-grain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cart/cart-grain.go b/pkg/cart/cart-grain.go index 7633af3..7456e00 100644 --- a/pkg/cart/cart-grain.go +++ b/pkg/cart/cart-grain.go @@ -108,7 +108,7 @@ type CartGrain struct { lastAccess time.Time lastChange time.Time // unix seconds of last successful mutation (replay sets from event ts) userId string - Version uint + Version uint `json:"version"` InventoryReserved bool `json:"inventoryReserved"` Id CartId `json:"id"` Items []*CartItem `json:"items"`