fixes the startup

This commit is contained in:
Paul Schneider 2026-07-06 00:14:22 +01:00
commit c08ff81776

View file

@ -76,11 +76,6 @@ namespace Yavsc.Helpers
{
Config.ProfileTypes.Add(c);
}
if (c.IsClass && !c.IsAbstract &&
c.GetInterface(nameof(IBillable)) != null)
{
BillingService.GlobalBillingMap.Add(c.Name, c.AssemblyQualifiedName);
}
}
}