diff --git a/Lagrange.Core/Internal/Context/ContextCollection.cs b/Lagrange.Core/Internal/Context/ContextCollection.cs index e64803abe..5f07c03bd 100644 --- a/Lagrange.Core/Internal/Context/ContextCollection.cs +++ b/Lagrange.Core/Internal/Context/ContextCollection.cs @@ -30,8 +30,8 @@ public ContextCollection(BotKeystore keystore, BotAppInfo appInfo, BotDeviceInfo Business = new BusinessContext(this, keystore, appInfo, device); Log = new LogContext(this, keystore, appInfo, device, invoker); Highway = new HighwayContext(this, keystore, appInfo, device); - + Config = config; Keystore = keystore; AppInfo = appInfo; Device = device;