remove useless const
This commit is contained in:
parent
f4145fde2b
commit
50e5ce311c
@ -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 type GenericError = Box<dyn std::error::Error>;
|
||||||
|
|
||||||
pub const REDIS_PATH: &'static str = "queueing-sample";
|
|
||||||
pub const REDIS_CHANNEL_NAME: &'static str = "messages";
|
pub const REDIS_CHANNEL_NAME: &'static str = "messages";
|
||||||
|
|
||||||
pub mod model {
|
pub mod model {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user