We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8255d commit 99c8c98Copy full SHA for 99c8c98
src/actors/hono/route.ts
@@ -20,6 +20,6 @@ export const withActors = <TEnv extends object = object>(
20
console.log("Restarting actors...");
21
process.exit(1);
22
}
23
- ctx.res = await fetcher.fetch(ctx.req.raw, ctx.env);
+ return ctx.res = await fetcher.fetch(ctx.req.raw, ctx.env);
24
};
25
0 commit comments