Skip to content

Commit 8685e9b

Browse files
committed
Update Runner.cs
#!components: grid-bot,grid-bot-recovery ~ Add script logger to dependency injection container.
1 parent e1d0819 commit 8685e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/grid-bot/src/Runner.cs

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ private static ServiceProvider InitializeServices()
173173
.AddSingleton<ILuaUtility, LuaUtility>()
174174
.AddSingleton<IRbxUsersUtility, RbxUsersUtility>()
175175
.AddSingleton<IDiscordWebhookAlertManager, DiscordWebhookAlertManager>()
176+
.AddSingleton<IScriptLogger, ScriptLogger>()
176177
.AddSingleton<IPercentageInvoker, PercentageInvoker>()
177178
.AddSingleton<IRandom>(RandomFactory.GetDefaultRandom())
178179
.AddSingleton<ILoggerFactory, LoggerFactory>()

0 commit comments

Comments
 (0)