diff --git a/identity-account/src/stronghold/context.rs b/identity-account/src/stronghold/context.rs index c7cc37772c..def5b78e54 100644 --- a/identity-account/src/stronghold/context.rs +++ b/identity-account/src/stronghold/context.rs @@ -213,11 +213,7 @@ impl Database { // Spawn a new actor or switch targets if this client was already spawned if self.clients_active.contains(client) { - self - .stronghold - .switch_actor_target(client.into()) - .await - .to_result()?; + self.stronghold.switch_actor_target(client.into()).await.to_result()?; } else { self .stronghold