From 939ba2bca5d880975a0cd8251371a0764c6127f8 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sat, 7 Dec 2024 07:53:08 -0600 Subject: [PATCH] Typo --- API/Services/Tasks/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,