diff --git a/src/run/handlers/request-context.cts b/src/run/handlers/request-context.cts index 9aabb7ca0a..476b034309 100644 --- a/src/run/handlers/request-context.cts +++ b/src/run/handlers/request-context.cts @@ -1,7 +1,7 @@ import { AsyncLocalStorage } from 'node:async_hooks' -import type { Context } from '@netlify/functions' import { LogLevel, systemLogger } from '@netlify/functions/internal' +import type { Context } from '@netlify/serverless-functions-api' import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'