Skip to content

Commit

Permalink
[Core] :
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 24, 2023
1 parent 7fad2ee commit 090f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Internal/Context/ContextCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 090f47b

Please sign in to comment.