upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/git/authorization.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/authorization.rs')
-rw-r--r--src/git/authorization.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git/authorization.rs b/src/git/authorization.rs
index fbddb98..7502a52 100644
--- a/src/git/authorization.rs
+++ b/src/git/authorization.rs
@@ -134,11 +134,11 @@ pub async fn authorize_push(
134 e 134 e
135 ))); 135 )));
136 } 136 }
137 137
138 // Create placeholder for git-data-first scenario 138 // Create placeholder for git-data-first scenario
139 // This allows cleanup if the PR event never arrives 139 // This allows cleanup if the PR event never arrives
140 purgatory.add_pr_placeholder(event_id_hex.to_string(), new_oid.clone()); 140 purgatory.add_pr_placeholder(event_id_hex.to_string(), new_oid.clone());
141 141
142 debug!( 142 debug!(
143 "Created placeholder for {} - awaiting PR event (will expire in 30min if event doesn't arrive)", 143 "Created placeholder for {} - awaiting PR event (will expire in 30min if event doesn't arrive)",
144 event_id_hex 144 event_id_hex