From 64853f4e6c40e8805d8c69cb8854f5fc1ace5309 Mon Sep 17 00:00:00 2001 From: Yisrael Dov Lebow Date: Mon, 9 Sep 2019 15:22:28 +0300 Subject: [PATCH] Using the correct method when creating new bug `org-sync-gitlab-request` without the `json` --- org-sync-gitlab.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-sync-gitlab.el b/org-sync-gitlab.el index 590c54b..b12ebf2 100644 --- a/org-sync-gitlab.el +++ b/org-sync-gitlab.el @@ -116,7 +116,7 @@ (cond ;; new bug (no id) ((null id) - (org-sync-gitlab-request-json + (org-sync-gitlab-request "POST" (concat (org-sync-gitlab-api-url) issuePath)