Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-schutte committed Sep 5, 2023
1 parent 49920fe commit 2d3557f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ public async Task<IDictionary<string, object>> ProcessAsync(INoxWorkflowContext
await deletedKv.PurgeDeletedAsync(WaitUntil.Completed);
}
}
catch
catch(Exception ex)
{
//ignore
throw;
}

ctx.SetState(ActionState.Success);
Expand Down

0 comments on commit 2d3557f

Please sign in to comment.