Skip to content

Commit

Permalink
Update action callback to contain IActionContext amd CancellationToken
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 11, 2024
1 parent afe7654 commit a741353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/IFunctionAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ public interface IFunctionAction

public ICollection<IPluginSetting>? Settings { get; }

public Func<IDictionary<string, object>, ValueTask<object>>? Callback { get; }
public Func<IDictionary<string, object>, IActionContext, CancellationToken, ValueTask<object>>? Callback { get; }
}

0 comments on commit a741353

Please sign in to comment.