Skip to content

Commit

Permalink
Update tracer/test/test-applications/integrations/Samples.AspNetCoreM…
Browse files Browse the repository at this point in the history
…inimalApis/Program.cs

Co-authored-by: Kevin Gosse <kevin.gosse@datadoghq.com>
  • Loading branch information
andrewlock and kevingosse authored Oct 23, 2023
1 parent 8a7be6a commit a8bce25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
});
app.MapGet("/api/delay-async/{seconds}", async (int seconds, HttpContext context) =>
{
context.Request.ReadFormAsync()
await Task.Delay(TimeSpan.FromSeconds(seconds));
AddCorrelationIdentifierToResponse(context);
return Ok(seconds);
Expand Down

0 comments on commit a8bce25

Please sign in to comment.