Skip to content

Commit

Permalink
back the action if realAction is ExecuteBlipFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
arturpeixot committed Dec 4, 2024
1 parent 8a85a70 commit b881105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Take.Blip.Builder/FlowManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,11 @@ private async Task ProcessActionsAsync(LazyInput lazyInput, IContext context, Ac
}
finally
{
if (realAction == ACTION_BLIP_FUNCTION)
{
stateAction.Type = ACTION_BLIP_FUNCTION;
}

actionStopwatch?.Stop();

if (actionTrace != null &&
Expand Down

0 comments on commit b881105

Please sign in to comment.