feat: added the ability to start new listeners

This commit is contained in:
Andrew Rioux
2025-02-01 03:11:09 -05:00
parent ba5145c5ae
commit f5afd60086
9 changed files with 194 additions and 14 deletions
+1 -1
View File
@@ -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 {