mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -295,7 +295,7 @@ impl Format for Book {
|
|||||||
let annotations = match self.annotation_exists {
|
let annotations = match self.annotation_exists {
|
||||||
true => {
|
true => {
|
||||||
let Book { id, .. } = self;
|
let Book { id, .. } = self;
|
||||||
format!("📝 Аннотация: /b_an_{id}\n\n")
|
format!("📝 Аннотация: /b_an_{id}\n")
|
||||||
}
|
}
|
||||||
false => "".to_string(),
|
false => "".to_string(),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user