From 8733aada5526ffae240865b97f83c752cb896a85 Mon Sep 17 00:00:00 2001
From: Rutger Broekhoff
Date: Tue, 2 Jan 2024 01:09:23 +0100
Subject: lol oops

---
 cmd/git-lfs-server/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/git-lfs-server/main.go b/cmd/git-lfs-server/main.go
index 78a9b0f..3bb1173 100644
--- a/cmd/git-lfs-server/main.go
+++ b/cmd/git-lfs-server/main.go
@@ -618,7 +618,7 @@ func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 			return
 		}
 
-		h.handleBatchAPI(w, r.WithContext(ctx), repo)
+		h.handlePutObject(w, r.WithContext(ctx), repo, oid)
 		return
 	}
 
-- 
cgit v1.2.3