mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] refactor, add new purchasables
This commit is contained in:
@@ -24,7 +24,7 @@ public class ContentStore : Module
|
||||
{
|
||||
foreach (var serviceType in MediaServiceTypes)
|
||||
{
|
||||
services.AddSingleton(typeof(IRandomMediaService), serviceType);
|
||||
services.AddScoped(typeof(IRandomMediaService), serviceType);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user