This commit is contained in:
2026-07-10 16:32:07 +02:00
parent 46b8488b09
commit 12378c3649
7 changed files with 12 additions and 23 deletions

View File

@@ -61,7 +61,6 @@ pub trait SocialQuery: Send + Sync {
follower: &UserId,
target: &SocialIdentity,
) -> Result<bool, DomainError>;
}
#[async_trait]