Skip to content

Commit d26c2fd

Browse files
committed
Issue #2732 - Makes the right number of needstriage requests
1 parent 43496a3 commit d26c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/static/js/lib/untriaged.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var issues = issues || {}; // eslint-disable-line no-use-before-define
77

88
untriaged.NeedsTriageCollection = Backbone.Collection.extend({
99
model: issues.Issue,
10-
url: "/api/issues/category/needstriage"
10+
url: "/api/issues/category/needstriage?per_page=5"
1111
});
1212

1313
untriaged.NeedsTriageView = Backbone.View.extend({

0 commit comments

Comments
 (0)