refactor: improve and fix subscriptions and async logic
This commit is contained in:
parent
2d2543094e
commit
0600931abf
9 changed files with 290 additions and 269 deletions
|
|
@ -33,7 +33,7 @@ where
|
|||
Ok(handler) => {
|
||||
let config = C::get_entry(&handler)
|
||||
.inspect_err(|(errors, _)| {
|
||||
for err in errors {
|
||||
for err in errors.iter().filter(|err| err.is_err()) {
|
||||
log::error!("{err}")
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue