fix: resolve lint errors in WASMMiddleware function

This commit is contained in:
Prad Nukala 2024-12-29 00:42:27 -05:00 committed by Prad Nukala (aider)
parent e0d4427153
commit b727a52193

View File

@ -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