diff options
Diffstat (limited to 'stack-core.el')
-rw-r--r-- | stack-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-core.el b/stack-core.el index f7381cb..c43d34a 100644 --- a/stack-core.el +++ b/stack-core.el @@ -146,7 +146,7 @@ with the given KEYWORD-ARGUMENTS." optional KEYWORD-ARGUMENTS. If no KEYWORD-ARGUMENTS are given, `stack-core-default-keyword-arguments-alist' is used. Return the entire response as a complex alist." - (let ((api-response + (let* ((api-response (let ((call (stack-core-build-request method |