We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3a0c1 commit 1ff7378Copy full SHA for 1ff7378
gh-common.el
@@ -109,8 +109,7 @@ sanitize API calls that need to handle potentially dirty data."
109
110
(cl-defmethod gh-object-read ((obj gh-object) data)
111
(when data
112
- (gh-object-read-into obj data))
113
- target)
+ (gh-object-read-into obj data)))
114
115
(cl-defmethod gh-object-reader ((obj gh-object))
116
(apply-partially 'gh-object-read obj))
0 commit comments