Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FRACerqueira authored Nov 8, 2023
1 parent 4d90867 commit 0582852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class WeatherForecastController : ControllerBase
{
var cid = Guid.NewGuid().ToString();

var pipe = await _mypipes.First(x => x.ServiceId == "opc1")
var pipe = await _mypipes
.Create()
.Logger(_logger)
.CorrelationId(cid)
Expand Down

0 comments on commit 0582852

Please sign in to comment.