diff options
Diffstat (limited to 'internal/route/lfs/batch.go')
-rw-r--r-- | internal/route/lfs/batch.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/route/lfs/batch.go b/internal/route/lfs/batch.go index b38435e7..4f720948 100644 --- a/internal/route/lfs/batch.go +++ b/internal/route/lfs/batch.go @@ -174,9 +174,3 @@ func responseJSON(w http.ResponseWriter, status int, v interface{}) { return } } - -func internalServerError(w http.ResponseWriter) { - responseJSON(w, http.StatusInternalServerError, responseError{ - Message: "Internal server error", - }) -} |