Skip to content

Commit

Permalink
cleanup legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Feb 6, 2025
1 parent 31642f7 commit b23afc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/src/api/routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const makeRouter = <
static request = rsc[cur]
static stack = stack
static _tag = "raw"
static handler = (req: any, ctx: any) => fnOrEffect(req, { ...ctx, Response: rsc[cur].success })
static handler = (req: any) => fnOrEffect(req)
}
}
})
Expand Down

0 comments on commit b23afc2

Please sign in to comment.