From 217e69ea6b833022bec24040d7fa3f33ddc5a09a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 6 Mar 2024 15:11:27 +0100 Subject: [PATCH] beacon/light/api: remove unused field --- beacon/light/api/api_server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon/light/api/api_server.go b/beacon/light/api/api_server.go index 4cb301ea10..da044f4b2d 100755 --- a/beacon/light/api/api_server.go +++ b/beacon/light/api/api_server.go @@ -31,7 +31,6 @@ type ApiServer struct { api *BeaconLightApi eventCallback func(event request.Event) unsubscribe func() - lastId uint64 } // NewApiServer creates a new ApiServer.