fix: remove unused watch_event_query binding, prefix dead field for clippy -D warnings
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
use domain::{
|
||||
errors::DomainError,
|
||||
models::GoalWithProgress,
|
||||
value_objects::UserId,
|
||||
};
|
||||
use domain::{errors::DomainError, models::GoalWithProgress, value_objects::UserId};
|
||||
|
||||
use super::{deps::GoalQueryDeps, queries::ListGoalsQuery};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user