beacon/light/api: remove unused field

This commit is contained in:
Felix Lange 2024-03-06 15:11:27 +01:00
parent b6674378ae
commit 217e69ea6b

View file

@ -31,7 +31,6 @@ type ApiServer struct {
api *BeaconLightApi api *BeaconLightApi
eventCallback func(event request.Event) eventCallback func(event request.Event)
unsubscribe func() unsubscribe func()
lastId uint64
} }
// NewApiServer creates a new ApiServer. // NewApiServer creates a new ApiServer.