Skip to content

Commit

Permalink
Removed unnecessary assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Nov 1, 2024
1 parent 5599993 commit 76f1295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Dapr.Jobs/DaprJobsGrpcClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ internal DaprJobsGrpcClient(
this.client = innerClient;
this.httpClient = httpClient;
this.apiTokenHeader = apiTokenHeader;

this.httpClient.DefaultRequestHeaders.UserAgent.Add(UserAgent());
}

/// <summary>
Expand Down

0 comments on commit 76f1295

Please sign in to comment.