Skip to content

Commit 29c3fa5

Browse files
authored
Merge pull request #1166 from Joannall/master
minor change
2 parents c391051 + b8e07ae commit 29c3fa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Plugins/BotSharp.Plugin.ChatHub/Helpers/EventEmitter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
namespace BotSharp.Plugin.ChatHub.Helpers;
55

6-
internal class EventEmitter
6+
public class EventEmitter
77
{
8-
internal static async Task SendChatEvent<T>(
8+
public static async Task SendChatEvent<T>(
99
IServiceProvider services,
1010
ILogger logger,
1111
string @event,

src/Plugins/BotSharp.Plugin.SqlDriver/UtilFunctions/SqlSelect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class SqlSelect : IFunctionCallback
99
{
1010
private readonly IServiceProvider _services;
1111
public string Name => "util-db-sql_select";
12-
public string Indication => "Extracting data";
12+
public string Indication => "Generated query statement. I'm pulling the data from database, please wait";
1313

1414
public SqlSelect(IServiceProvider services)
1515
{

0 commit comments

Comments
 (0)