Bump mystem lib. Lint code.

This commit is contained in:
AB
2020-12-31 01:56:20 +03:00
parent 17442819c4
commit 3fd5b124f3
4 changed files with 13 additions and 6 deletions

View File

@ -104,7 +104,7 @@ pub async fn handler(
.await?
}
"/markov" => {
MarkovAll {
Markov {
data: "".to_string(),
}
.run(api, message)