diff options
-rw-r--r-- | sx-method.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el index 04d973d..4bd98a5 100644 --- a/sx-method.el +++ b/sx-method.el @@ -35,7 +35,7 @@ (cl-defun sx-method-call (method &key id submethod keywords - (filter 'none) + (filter '(())) auth (url-method "GET") site) |