Skip to content

Commit

Permalink
Update routes.js
Browse files Browse the repository at this point in the history
Set count to 4
  • Loading branch information
carloscuesta committed Mar 10, 2016
1 parent f920ceb commit e37cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports.index = function(req, res) {

var userTimeline = TwitterApiClient.getUserTimeline({
screen_name: 'crloscuesta',
count: 5,
count: 4,
exclude_replies: false,
include_rts: true
});
Expand Down

0 comments on commit e37cda6

Please sign in to comment.