guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix the repositories page


From: Christopher Baines
Subject: branch master updated: Fix the repositories page
Date: Wed, 19 Jul 2023 12:41:00 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new ce1480e  Fix the repositories page
ce1480e is described below

commit ce1480edf44a7d2db30a05eb47ad812c00839659
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jul 19 17:40:41 2023 +0100

    Fix the repositories page
---
 guix-data-service/web/repository/controller.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix-data-service/web/repository/controller.scm 
b/guix-data-service/web/repository/controller.scm
index 6724d6f..375ea23 100644
--- a/guix-data-service/web/repository/controller.scm
+++ b/guix-data-service/web/repository/controller.scm
@@ -48,8 +48,8 @@
   (match method-and-path-components
     (('GET "repositories")
      (letpar& ((git-repositories
-                (with-resource-from-pool (connection-pool) conn
-                 all-git-repositories)))
+                (call-with-resource-from-pool (connection-pool)
+                  all-git-repositories)))
        (case (most-appropriate-mime-type
               '(application/json text/html)
               mime-types)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]