Skip to content

Commit

Permalink
Freenet Email App: Update api.rs (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
9i5BCrUcNX5NmT authored Jan 19, 2024
1 parent 8367515 commit ff96078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/freenet-email-app/web/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ pub(crate) async fn node_comms(
crate::log::error(format!("FIXME: {err}"), None)
}
RequestError::DelegateError(DelegateError::Missing(key))
if &key == IDENTITIES_KEY.get().unwrap() =>
if &key == &IDENTITIES_KEY.get().unwrap() =>
{
if let Err(e) =
identity_management::create_delegate(&mut client).await
Expand Down

0 comments on commit ff96078

Please sign in to comment.