diff options
Diffstat (limited to 'cmd/git-lfs-server')
-rw-r--r-- | cmd/git-lfs-server/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
618 | return | 618 | return |
619 | } | 619 | } |
620 | 620 | ||
621 | h.handleBatchAPI(w, r.WithContext(ctx), repo) | 621 | h.handlePutObject(w, r.WithContext(ctx), repo, oid) |
622 | return | 622 | return |
623 | } | 623 | } |
624 | 624 | ||