Skip to content

Commit aa3117d

Browse files
committed
nit
1 parent 152dc40 commit aa3117d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/Sample.AspNetCore/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
app.MapGrpcService<UsersService>();
5454

55-
app.MapGet("/users", async ([FromServices] IManagementApiClient client, HttpContext context, ILogger<Program> logger) =>
55+
app.MapGet("/users", async ([FromServices] IManagementApiClient client) =>
5656
{
5757
var user = await client.Users.ListAsync(new ListUsersRequestParameters() { });
5858

0 commit comments

Comments
 (0)