1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-06 05:56:29 +03:00

Pop "preparation" in "timestamp_command"

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-01-28 16:12:18 +03:00
parent 70e04f3958
commit cb6ed1297e
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -507,6 +507,7 @@ public class ToolsCommandGroup : CommandGroup
_profiler.Pop();
if (stringOffset is null)
{
_profiler.Pop();
return _profiler.ReportWithResult(await SendTimestampAsync(null, executor, CancellationToken));
}