Skip to content

Commit 78ce65b

Browse files
author
Jicheng Lu
committed
minor change
1 parent 5fe3f18 commit 78ce65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/BotSharp.Core.Rules/RulesPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ public void RegisterDI(IServiceCollection services, IConfiguration config)
2626
services.AddScoped<IRuleAction, HttpRuleAction>();
2727
services.AddScoped<IRuleAction, FunctionCallRuleAction>();
2828

29-
#if DEBUG
3029
// Register rule conditions
3130
services.AddScoped<IRuleCondition, LoopingCondition>();
3231
services.AddScoped<IRuleCondition, AllVisitedRuleCondition>();
3332

33+
#if DEBUG
3434
// Register rule trigger
3535
services.AddScoped<IRuleTrigger, DemoRuleTrigger>();
3636
#endif

0 commit comments

Comments
 (0)