mirror of
https://github.com/Readarr/Readarr
synced 2026-01-30 19:33:07 +01:00
Cleanup: Remove old twitter keys
This commit is contained in:
parent
fd2fb7da20
commit
68e11a5e56
1 changed files with 0 additions and 3 deletions
|
|
@ -24,9 +24,6 @@ public class TwitterService : ITwitterService
|
|||
private readonly IHttpClient _httpClient;
|
||||
private readonly Logger _logger;
|
||||
|
||||
// private static string _consumerKey = "5jSR8a3cp0ToOqSMLMv5GtMQD";
|
||||
// private static string _consumerSecret = "dxoZjyMq4BLsC8KxyhSOrIndhCzJ0Dik2hrLzqyJcqoGk4Pfsp";
|
||||
|
||||
public TwitterService(IHttpClient httpClient, Logger logger)
|
||||
{
|
||||
_httpClient = httpClient;
|
||||
|
|
|
|||
Loading…
Reference in a new issue