Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
clippy: Fix lint
cloudhead committed 2 years ago
commit f46d396e12e880825cfbd10db471db4f4cae5b34
parent d901b911c6477f30bb00324af12eea0244f5cdd9
1 file changed +1 -1
modified radicle-node/src/worker/fetch.rs
@@ -180,7 +180,7 @@ fn notify(
        }
        if let RefUpdate::Skipped { .. } = update {
            // Don't notify about skipped refs.
-
        } else if let Err(e) = store.insert(&rid, update, now) {
+
        } else if let Err(e) = store.insert(rid, update, now) {
            log::error!(
                target: "worker",
                "Failed to update notification store for {rid}: {e}"