Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed May 28, 2024
1 parent 8e277ce commit 021f08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hono-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@ class Hono<E extends Env = Env, S extends Schema = {}, BasePath extends string =

/**
* `.fetch()` will be entry point of your app.
*
*
* @see {@link https://hono.dev/api/hono#fetch}
*
*
* @param {Request} request - reuqest Object of request
* @param {Env} Env - env Object
* @param {ExecutionContext} - context of execution
* @returns {Response | Promise<Response>} response of request
*
*
*/
fetch: (
request: Request,
Expand Down

0 comments on commit 021f08f

Please sign in to comment.