1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

There is no "await" under "parse_input"

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-01-28 19:08:57 +03:00
parent 3613b75976
commit 22fec38e82
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -511,7 +511,6 @@ public class ToolsCommandGroup : CommandGroup
return _profiler.ReportWithResult(await SendTimestampAsync(null, executor, CancellationToken)); return _profiler.ReportWithResult(await SendTimestampAsync(null, executor, CancellationToken));
} }
_profiler.Push("parse_input");
var parseResult = TimeSpanParser.TryParse(stringOffset); var parseResult = TimeSpanParser.TryParse(stringOffset);
if (!parseResult.IsDefined(out var offset)) if (!parseResult.IsDefined(out var offset))
{ {