Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: typo in error variant name
Lars Wirzenius committed 1 year ago
commit 3303d7d87337b2abbf8cfb25596e7dd2e0ea71e2
parent 8c055c1f3b695d48c82f86b2a6ef6b6fd6f92e53
1 file changed +1 -1
modified src/queueadd.rs
@@ -96,7 +96,7 @@ pub enum AdderError {
    Missing(&'static str),

    #[error(transparent)]
-
    Pfofile(#[from] radicle::profile::Error),
+
    Profile(#[from] radicle::profile::Error),

    #[error(transparent)]
    NodeEvent(#[from] NodeEventError),