Skip to content

Commit 16d14c7

Browse files
committed
chore: fix import path
1 parent 814d059 commit 16d14c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/request-context.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AsyncLocalStorage } from 'node:async_hooks'
22

3-
import type { Context } from '@netlify/functions'
43
import { LogLevel, systemLogger } from '@netlify/functions/internal'
4+
import type { Context } from '@netlify/serverless-functions-api'
55

66
import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
77

0 commit comments

Comments
 (0)