Skip to content

Commit

Permalink
fix broken pagination for symfiles page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Chervinskyi committed May 30, 2018
1 parent e89a5ba commit d220b8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ run = ->
page: page
pageCount: pageCount

breakpad.use paginate.middleware(10, 50)
breakpad.get '/symfiles', (req, res, next) ->
limit = req.query.limit
offset = req.offset
Expand Down

0 comments on commit d220b8f

Please sign in to comment.