Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit7674766

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent67ab105 commit7674766

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
moduleResources
55
moduleResponses
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)

[8]ページ先頭

©2009-2025 Movatter.jp