Skip to content

Commit

Permalink
Remove temp code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jan 17, 2023
1 parent 0f350a0 commit 47dd372
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ public record WorkflowFaultState(ExceptionState? Exception, string Message, stri
[JsonConstructor]
public WorkflowFaultState() : this(default, default!, default)
{
var y = "";
}
}

0 comments on commit 47dd372

Please sign in to comment.