minor cleanup.

This commit is contained in:
Shyju Krishnankutty
2026-01-24 17:04:18 -08:00
parent 97ac897dff
commit 61e37cdc6e
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();