feat: added the ability to start new listeners
This commit is contained in:
@@ -8,7 +8,7 @@ use {
|
||||
crate::db::user
|
||||
};
|
||||
|
||||
fn format_delta(time: chrono::TimeDelta) -> String {
|
||||
pub fn format_delta(time: chrono::TimeDelta) -> String {
|
||||
let seconds = time.num_seconds();
|
||||
|
||||
match seconds {
|
||||
|
||||
Reference in New Issue
Block a user