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:
parent
3613b75976
commit
22fec38e82
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ public class ToolsCommandGroup : CommandGroup
|
|||
return _profiler.ReportWithResult(await SendTimestampAsync(null, executor, CancellationToken));
|
||||
}
|
||||
|
||||
_profiler.Push("parse_input");
|
||||
var parseResult = TimeSpanParser.TryParse(stringOffset);
|
||||
if (!parseResult.IsDefined(out var offset))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue