minor cleanup.

This commit is contained in:
Shyju Krishnankutty
2026-01-21 17:55:21 -08:00
parent 6a49da6f1c
commit 38c8f3ec18
3 changed files with 2 additions and 3 deletions
@@ -18,7 +18,7 @@ Func<string, string> orderParserFunc = input =>
return input;
};
var orderParserExecutor = orderParserFunc.BindAsExecutor("OrderParser");
var orderParserExecutor = orderParserFunc.BindAsExecutor("ParseOrderId");
OrderLookup orderLookupExecutor = new();
OrderEnrich orderEnricherExeecutor = new();