diff --git a/exp/hono/context.go b/exp/hono/context.go index f9ccdcf..81ce831 100644 --- a/exp/hono/context.go +++ b/exp/hono/context.go @@ -26,7 +26,7 @@ func newContext(ctxObj js.Value) *Context { if err != nil { panic(err) } - ctx := runtimecontext.New(context.Background(), reqObj, jsutil.RuntimeContext) + ctx := runtimecontext.New(context.Background(), reqObj) req = req.WithContext(ctx) return req }),