mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Optimize
This commit is contained in:
@@ -68,5 +68,5 @@ pub async fn register(user_id: UserId, message_text: &str) -> RegisterStatus {
|
||||
return RegisterStatus::RegisterFail;
|
||||
}
|
||||
|
||||
return RegisterStatus::Success { username: bot_username };
|
||||
RegisterStatus::Success { username: bot_username }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user