Skip to content

Commit 80de44f

Browse files
committed
chore: update outdated comment
1 parent 819be98 commit 80de44f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/run/handlers/request-context.cts

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
77

88
type SystemLogger = typeof systemLogger
99

10-
// TODO: remove once https://github.com/netlify/serverless-functions-api/pull/219
11-
// is released and public types are updated
10+
// TODO: remove once public types are updated
1211
export interface FutureContext extends Context {
1312
waitUntil?: (promise: Promise<unknown>) => void
1413
}

0 commit comments

Comments
 (0)