upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git/handlers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/handlers.rs')
-rw-r--r--src/git/handlers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git/handlers.rs b/src/git/handlers.rs
index 017eee4..129ca2c 100644
--- a/src/git/handlers.rs
+++ b/src/git/handlers.rs
@@ -307,6 +307,7 @@ pub async fn handle_receive_pack(
307 Some(&relay), 307 Some(&relay),
308 &purgatory, 308 &purgatory,
309 git_data_path_buf, 309 git_data_path_buf,
310 None,
310 ) 311 )
311 .await 312 .await
312 { 313 {