Skip to content

Commit a51e097

Browse files
mikemdrone29a
authored andcommitted
Fix with-https macro
1 parent 7a462d2 commit a51e097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twitter.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
~@body)))
3232

3333
(defmacro with-https
34-
[body]
34+
[ & body]
3535
`(binding [*protocol* "https"]
3636
(do
3737
~@body)))

0 commit comments

Comments
 (0)