Skip to content

Commit 99c8c98

Browse files
committed
Assign response to actors
Signed-off-by: Marcos Candeia <[email protected]>
1 parent 6c8255d commit 99c8c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actors/hono/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export const withActors = <TEnv extends object = object>(
2020
console.log("Restarting actors...");
2121
process.exit(1);
2222
}
23-
ctx.res = await fetcher.fetch(ctx.req.raw, ctx.env);
23+
return ctx.res = await fetcher.fetch(ctx.req.raw, ctx.env);
2424
};
2525
};

0 commit comments

Comments
 (0)