Skip to content

Commit 49816c6

Browse files
committed
Correct week in commit stats API resource
1 parent 6494ed8 commit 49816c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ def text_html(response, status, head = {})
12101210
REPO_STATS_COMMIT_ACTIVITY = [{
12111211
:days => [0, 3, 26, 20, 39, 1, 0],
12121212
:total => 89,
1213-
:week => "2012-05-06"
1213+
:week => 1336280400
12141214
}]
12151215

12161216
REPO_STATS_CODE_FREQUENCY = [[

0 commit comments

Comments
 (0)