remove useless const

This commit is contained in:
rmanach 2023-07-12 10:37:31 +02:00
parent f4145fde2b
commit 50e5ce311c

View File

@ -2,7 +2,6 @@ pub static REDIS_URL: &str = "redis://:11677f0c-ead4-4434-ad14-3d54ce2521ce@127.
pub type GenericError = Box<dyn std::error::Error>;
pub const REDIS_PATH: &'static str = "queueing-sample";
pub const REDIS_CHANNEL_NAME: &'static str = "messages";
pub mod model {