Skip to content

Commit

Permalink
fix(runtime): fix build error (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Nov 1, 2023
1 parent f45ff19 commit 89d38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/nodejs/src/support/engine/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import WebSocket = require('ws')
export type RequireFuncType = (
module: string,
fromModules: string[],
ctx: FunctionContext,
filename?: string
) => any

/**
Expand Down

0 comments on commit 89d38c5

Please sign in to comment.