Changed sender parameter to channel.

This commit is contained in:
Tom
2024-12-27 23:31:36 +00:00
parent 06bfe110bb
commit 8277ea0154
27 changed files with 113 additions and 134 deletions

View File

@@ -58,7 +58,7 @@ namespace HermesSocketServer.Requests
try
{
return await request.Grant(sender, message.Data);
return await request.Grant(channel, message.Data);
}
catch (Exception e)
{