Skip to content

Commit 7674766

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 67ab105 commit 7674766

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

lib/responses/reactions.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ module GitHub
44
module Resources
55
module Responses
66
REACTION ||= {
7-
"id": 1,
7+
"id" => 1,
88
"user" => USER,
9-
"content": "heart"
9+
"content" => "heart",
10+
"created_at" => "2016-05-20T20:09:31Z"
1011
}
1112

1213
REACTION_SUMMARY ||= {
13-
"total_count": 5,
14-
"+1": 3,
15-
"-1": 1,
16-
"laugh": 0,
17-
"confused": 0,
18-
"heart": 1,
19-
"hooray": 0
14+
"total_count" => 5,
15+
"+1" => 3,
16+
"-1" => 1,
17+
"laugh" => 0,
18+
"confused" => 0,
19+
"heart" => 1,
20+
"hooray" => 0
2021
}
2122
end
2223
end

0 commit comments

Comments
 (0)