From b727a5219334f1eb25b0cd181985ae815f90f8af Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 29 Dec 2024 00:42:27 -0500 Subject: [PATCH] fix: resolve lint errors in WASMMiddleware function --- vault/context/wasm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vault/context/wasm.go b/vault/context/wasm.go index 4d0d9bfc7..47af77a97 100644 --- a/vault/context/wasm.go +++ b/vault/context/wasm.go @@ -10,6 +10,7 @@ import ( "github.com/labstack/echo/v4" ) +// AI! Fix any lint errors func WASMMiddleware(next echo.HandlerFunc) echo.HandlerFunc { return func(c echo.Context) error { // Extract WASM context from headers