Fixed word in logging.

This commit is contained in:
Tom
2025-01-15 05:02:35 +00:00
parent a9542b08fb
commit 125f71e779

View File

@ -48,7 +48,7 @@ namespace HermesSocketServer.Requests
Path = r.GetString(2),
Allow = r.GetBoolean(3)
}));
_logger.Information($"Fetched all redemptions for channel [channel: {channel.Id}]");
_logger.Information($"Fetched all permissions for channel [channel: {channel.Id}]");
var info = new GroupInfo()
{