From 96315383d4932c1571c39850ecafff3b0a442ed5 Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 15 Oct 2025 22:41:13 +0200 Subject: [PATCH] change name --- cmd/backoffice/fileserver.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/backoffice/fileserver.go b/cmd/backoffice/fileserver.go index 3efd62c..9260dde 100644 --- a/cmd/backoffice/fileserver.go +++ b/cmd/backoffice/fileserver.go @@ -171,10 +171,10 @@ func (fs *FileServer) CartHandler(w http.ResponseWriter, r *http.Request) { return } writeJSON(w, http.StatusOK, map[string]any{ - "id": id, - "cartId": cart.CartId(id).String(), - "state": grain, - "rawLog": lines, + "id": id, + "cartId": cart.CartId(id).String(), + "state": grain, + "mutations": lines, "meta": map[string]any{ "size": info.Size(), "modified": info.ModTime(),