mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: resolve lint errors in WASMMiddleware function
This commit is contained in:
parent
e0d4427153
commit
b727a52193
@ -10,6 +10,7 @@ import (
|
|||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// AI! Fix any lint errors
|
||||||
func WASMMiddleware(next echo.HandlerFunc) echo.HandlerFunc {
|
func WASMMiddleware(next echo.HandlerFunc) echo.HandlerFunc {
|
||||||
return func(c echo.Context) error {
|
return func(c echo.Context) error {
|
||||||
// Extract WASM context from headers
|
// Extract WASM context from headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user