diff --git a/API/Services/Tasks/StatsService.cs b/API/Services/Tasks/StatsService.cs index f2668e983..33ad72719 100644 --- a/API/Services/Tasks/StatsService.cs +++ b/API/Services/Tasks/StatsService.cs @@ -45,7 +45,7 @@ public class StatsService : IStatsService private readonly IEmailService _emailService; private readonly ICacheService _cacheService; private const string ApiUrl = "https://stats.kavitareader.com"; - private const string ApiKey = "MsnvA2DfQqxSK5jh"; // It's not important this is public, just a way to keep bots from hitting the API willy nilly + private const string ApiKey = "MsnvA2DfQqxSK5jh"; // It's not important this is public, just a way to keep bots from hitting the API willy-nilly public StatsService(ILogger logger, IUnitOfWork unitOfWork, DataContext context, ILicenseService licenseService, UserManager userManager, IEmailService emailService,