© 2026 Hedgehog Software, LLC
export const activatedMiddleware = t.middleware(async (opts) => { const { ctx } = opts; return opts.next(opts); })