branch: externals/srht
commit 70c4d346e91c647dd1cb83982d357eceb44cc808
Author: Aleksandr Vityazev <avitya...@posteo.org>
Commit: Aleksandr Vityazev <avitya...@posteo.org>

    srht-git: srht-git-gql-base-query: Add description to fields.
---
 lisp/srht-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/srht-git.el b/lisp/srht-git.el
index 5218c28258..50bbb33bf4 100644
--- a/lisp/srht-git.el
+++ b/lisp/srht-git.el
@@ -44,7 +44,7 @@ subsequent request, you'll get the next page.")
       :fields
       (cursor
        (:type results
-        :fields(id name created updated visibility)))))))
+        :fields(id name description created updated visibility)))))))
 
 (defun srht-git--gql-next-query (cursor)
   "Created next query from CURSOR."

Reply via email to