emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/graphql 98f9131b27 29/56: Use graphql-encode instead of


From: ELPA Syncer
Subject: [elpa] externals/graphql 98f9131b27 29/56: Use graphql-encode instead of removed graphql--encode
Date: Sat, 29 Oct 2022 13:57:58 -0400 (EDT)

branch: externals/graphql
commit 98f9131b2761b13ea0d7075e5973d4a26170ddb8
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Use graphql-encode instead of removed graphql--encode
---
 graphql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphql.el b/graphql.el
index 194133fc6d..b0538e4ae9 100644
--- a/graphql.el
+++ b/graphql.el
@@ -61,7 +61,7 @@
    ((numberp value)
     (number-to-string value))
    (t
-    (graphql--encode value))))
+    (graphql-encode value))))
 
 (defun graphql--encode-parameter-spec (spec)
   "Encode a parameter SPEC.



reply via email to

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