Push merge conflict
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Managing.Application.ManageBot
|
||||
|
||||
public Task<string> Handle(StopBotCommand request, CancellationToken cancellationToken)
|
||||
{
|
||||
return _botService.StopBot(request.Name);
|
||||
return _botService.StopBot(request.Identifier);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user