Skip to content

Commit e77358a

Browse files
kodster28elithrar
authored andcommitted
Update index.mdx (#16929)
Remakes #16928
1 parent 59e147d commit e77358a

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/connect-to-turso-using-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/connect-to-turso-using-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default {
236236
env.router = buildRouter(env);
237237
}
238238

239-
return env.router.handle(request);
239+
return env.router.fetch(request);
240240
},
241241
} satisfies ExportedHandler<Env>;
242242

0 commit comments

Comments
 (0)