Just need to do individual issue metadata.

This commit is contained in:
Joseph Milazzo 2025-03-16 16:18:31 -05:00
parent eba5e6875f
commit 579cd847af
5 changed files with 48 additions and 0 deletions

View file

@ -263,6 +263,7 @@ public class LicenseService(
if (cacheValue.HasValue) return cacheValue.Value;
}
// TODO: If info.IsCancelled && notActive, let's remove the license so we aren't constantly checking
try
{