diff options
author | Sean Allred <code@seanallred.com> | 2014-10-31 01:55:01 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-10-31 01:55:01 -0400 |
commit | 23613812eb4cc318cb124253bc31845e40bea057 (patch) | |
tree | a267e07fcf2950cacfb8d75216c8bf6ee21476b8 /stack-core.el | |
parent | 4a5119c3ace6391132d66258c0e771b69cb3ff8c (diff) |
Make sure api-response is defined before parsing
Whoops.
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 |