Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Feb 23, 2022
1 parent 1c8e6f9 commit 4946f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next/server/web/sandbox/sandbox.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { WasmBinding } from '../../../build/webpack/loaders/next-middleware-wasm-loader'
import type { RequestData, FetchEventResult } from '../types'
import { getModuleContext, WasmBinding } from './context'
import { getModuleContext } from './context'

export async function run(params: {
name: string
Expand Down

0 comments on commit 4946f94

Please sign in to comment.