remove useless const
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user