Skip to content

Commit f85d3af

Browse files
committed
Fixing build warning
1 parent e991260 commit f85d3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Description/Node/NodeFunctionInvoker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private async Task ProcessInputBindingsAsync(Binder binder, Dictionary<string, o
236236
}
237237

238238
private static async Task ProcessOutputBindingsAsync(Collection<FunctionBinding> outputBindings, object input, Binder binder,
239-
Dictionary<string, object> bindingData, Dictionary<string, object> scriptExecutionContext, object functionResult)
239+
Dictionary<string, object> bindingData, object functionResult)
240240
{
241241
if (outputBindings == null)
242242
{

0 commit comments

Comments
 (0)