Skip to content

Commit a860d2b

Browse files
committed
fix: update remaining htmlrewriter import
1 parent 8526938 commit a860d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-runtime/lib/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Context } from '@netlify/edge-functions'
22

3-
import { ElementHandlers } from '../vendor/deno.land/x/html_rewriter@v0.1.0-pre.17/index.ts'
3+
import type { ElementHandlers } from '../vendor/deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
44

55
type NextDataTransform = <T>(data: T) => T
66

0 commit comments

Comments
 (0)