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:
@@ -46,7 +46,7 @@ pub static CHAT_DONATION_NOTIFICATIONS_CACHE: Lazy<Cache<ChatId, ()>> = Lazy::ne
|
||||
.build()
|
||||
});
|
||||
|
||||
pub static SERVER_PORT: u16 = 8000;
|
||||
pub static SERVER_PORT: u16 = 8080;
|
||||
|
||||
type StopTokenWithSender = (
|
||||
StopToken,
|
||||
|
||||
Reference in New Issue
Block a user