mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: resolve lint errors in WASMMiddleware function
This commit is contained in:
committed by
Prad Nukala (aider)
parent
e0d4427153
commit
b727a52193
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user