Skip to content

Commit

Permalink
fix(method-override): remove un-needed import of globally available o…
Browse files Browse the repository at this point in the history
…bject (#2679)
  • Loading branch information
f5io authored May 15, 2024
1 parent e709821 commit cd8f15c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deno_dist/middleware/method-override/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { URLSearchParams } from 'node:url'
import type { Context } from '../../context.ts'
import type { Hono } from '../../hono.ts'
import type { MiddlewareHandler } from '../../types.ts'
Expand Down
1 change: 0 additions & 1 deletion src/middleware/method-override/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { URLSearchParams } from 'url'
import type { Context } from '../../context'
import type { Hono } from '../../hono'
import type { MiddlewareHandler } from '../../types'
Expand Down

0 comments on commit cd8f15c

Please sign in to comment.