From 7acf56191a2d51b9476b2d0699d783d259ef862f Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 29 Jun 2025 00:40:43 +0200 Subject: Remove authors for now. --- lib/handlers.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/handlers.ml') diff --git a/lib/handlers.ml b/lib/handlers.ml index 141d197..76cdf42 100644 --- a/lib/handlers.ml +++ b/lib/handlers.ml @@ -14,8 +14,7 @@ module Repo = struct let repo = Dream.param req "repo" in let* branches = Resolvers.Branch.all repo in let* commits = Resolvers.Commit.recent repo 10 in - let authors = [ "John Pork"; "Sebastian Jellybean" ] in - Views.Repo.summary repo branches commits authors + Views.Repo.summary repo branches commits let log req = let repo = Dream.param req "repo" in -- cgit v1.2.3