From bb359c3e0718334d71095fb01c3d8b1ab7181fdc Mon Sep 17 00:00:00 2001 From: seanavery Date: Mon, 16 Dec 2024 16:53:59 -0500 Subject: [PATCH] Lint --- cam/cam.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cam/cam.go b/cam/cam.go index 69db3cd..a530e8f 100644 --- a/cam/cam.go +++ b/cam/cam.go @@ -452,7 +452,6 @@ func (vs *videostore) Image(_ context.Context, _ string, _ map[string]interface{ // Return a single empty byte to satisfy the Image method // avoiding errors from the RenderFrame GRPC call. return []byte{0}, camera.ImageMetadata{}, nil - } func (vs *videostore) Images(_ context.Context) ([]camera.NamedImage, resource.ResponseMetadata, error) {