diff options
author | Sean Allred <code@seanallred.com> | 2014-11-14 09:24:53 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-14 09:24:53 -0500 |
commit | 76dde309a49b8959d482257b5622ef6dcf72072c (patch) | |
tree | f1ccf9242b36b20556dca8934ccbf38290054fcc | |
parent | 8dbe42a9e66e2dd6650409d2a8025a11e581d2b5 (diff) |
Use correct method
`sx-request-make' wouldn't behave correctly on this
-rw-r--r-- | sx-question.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index 69a4d7f..40adbcb 100644 --- a/sx-question.el +++ b/sx-question.el @@ -54,7 +54,7 @@ (defun sx-question-get-question (site id) "Get the question ID from SITE." - (let ((res (sx-request-make + (let ((res (sx-method-call (format "questions/%s" id) `((site . ,site)) sx-question-browse-filter))) |