Skip to content

Commit 7b70066

Browse files
committed
Update BaseAuthorizationService.cs
- Remove comment
1 parent 5b57fbb commit 7b70066

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Cms.Integrations.SEO.Semrush/Services/BaseAuthorizationService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class BaseAuthorizationService
99
"&response_type=code" +
1010
"&scope={3}";
1111

12-
// Using a static HttpClient (see: https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/).
1312
protected readonly IHttpClientFactory HttpClientFactory;
1413

1514
protected readonly TokenBuilder TokenBuilder;

0 commit comments

Comments
 (0)