We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819be98 commit 80de44fCopy full SHA for 80de44f
src/run/handlers/request-context.cts
@@ -7,8 +7,7 @@ import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
7
8
type SystemLogger = typeof systemLogger
9
10
-// TODO: remove once https://github.com/netlify/serverless-functions-api/pull/219
11
-// is released and public types are updated
+// TODO: remove once public types are updated
12
export interface FutureContext extends Context {
13
waitUntil?: (promise: Promise<unknown>) => void
14
}
0 commit comments