mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-04 02:34:13 +02:00
bump dependencies
This commit is contained in:
parent
cf784114c6
commit
5346518168
3 changed files with 539 additions and 103 deletions
|
|
@ -44,7 +44,7 @@ fn push_event(event: DebouncedEvent, con: &Connection, list: &str) -> RedisResul
|
|||
match format_event(event) {
|
||||
Some(formatted_event) => {
|
||||
println!("{}", formatted_event);
|
||||
return con.lpush(list, formatted_event);
|
||||
con.lpush(list, formatted_event)
|
||||
}
|
||||
None => Ok(()),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue