Skip to content

Commit 1ff7378

Browse files
committed
fix gh-object-read
1 parent bf3a0c1 commit 1ff7378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gh-common.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ sanitize API calls that need to handle potentially dirty data."
109109

110110
(cl-defmethod gh-object-read ((obj gh-object) data)
111111
(when data
112-
(gh-object-read-into obj data))
113-
target)
112+
(gh-object-read-into obj data)))
114113

115114
(cl-defmethod gh-object-reader ((obj gh-object))
116115
(apply-partially 'gh-object-read obj))

0 commit comments

Comments
 (0)