Skip to content

Commit d0f3f90

Browse files
author
John Demetriou
committed
Removed TODO. It's clear Item3 is definition
1 parent 200f16f commit d0f3f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WorkflowCore/Services/WorkflowRegistry.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public WorkflowDefinition GetDefinition(string workflowId, int? version = null)
2323
if (version.HasValue)
2424
{
2525
var entry = _registry.FirstOrDefault(x => x.Item1 == workflowId && x.Item2 == version.Value);
26-
// TODO: What in the heck does Item3 mean?
2726
return entry?.Item3;
2827
}
2928
else

0 commit comments

Comments
 (0)