Skip to content

Commit 3878bc0

Browse files
authored
fix(runtime): fix compile error (#1563)
1 parent 857cd69 commit 3878bc0

File tree

1 file changed

+1
-1
lines changed
  • runtimes/nodejs/src/support/function-engine

1 file changed

+1
-1
lines changed

runtimes/nodejs/src/support/function-engine/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface FunctionContext {
5454
request?: Request
5555
response?: Response
5656
__function_name?: string
57-
__is_required: boolean
57+
__is_required?: boolean
5858
[key: string]: any
5959
}
6060

0 commit comments

Comments
 (0)