We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d059 commit 16d14c7Copy full SHA for 16d14c7
src/run/handlers/request-context.cts
@@ -1,7 +1,7 @@
1
import { AsyncLocalStorage } from 'node:async_hooks'
2
3
-import type { Context } from '@netlify/functions'
4
import { LogLevel, systemLogger } from '@netlify/functions/internal'
+import type { Context } from '@netlify/serverless-functions-api'
5
6
import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
7
0 commit comments