aboutsummaryrefslogtreecommitdiff
path: root/internal/route/lfs/batch.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/lfs/batch.go')
-rw-r--r--internal/route/lfs/batch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/lfs/batch.go b/internal/route/lfs/batch.go
index bde3140d..a6921648 100644
--- a/internal/route/lfs/batch.go
+++ b/internal/route/lfs/batch.go
@@ -170,7 +170,7 @@ type responseError struct {
const contentType = "application/vnd.git-lfs+json"
-func responseJSON(w http.ResponseWriter, status int, v interface{}) {
+func responseJSON(w http.ResponseWriter, status int, v any) {
w.Header().Set("Content-Type", contentType)
w.WriteHeader(status)