We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10051ab commit 7e38f77Copy full SHA for 7e38f77
1 file changed
src/tracedecay/indexing.rs
@@ -1229,7 +1229,7 @@ impl TraceDecay {
1229
// HEAD is unchanged, re-stamping the same commit is idempotent; if a
1230
// hook-driven edit accompanied a commit, this keeps the base accurate.
1231
self.stamp_last_synced_commit().await;
1232
- self.touch_branch_meta_synced(&live_branch);
+ self.touch_branch_meta_synced(live_branch);
1233
self.db
1234
.set_metadata(
1235
"last_sync_duration_ms",
0 commit comments