Skip to content

Commit 7037bb8

Browse files
committed
github: allow missing data in GraphQL hiding mutation response
1 parent a3749a6 commit 7037bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl Client {
331331

332332
trace!("hiding comment {}", node_id);
333333

334-
self.graphql::<MinimizeData, _>(
334+
self.graphql::<Option<MinimizeData>, _>(
335335
MINIMIZE,
336336
serde_json::json!({
337337
"node_id": node_id,

0 commit comments

Comments
 (0)