Commit a5800cb8 authored by Eric Rosenbaum's avatar Eric Rosenbaum

revert change to comment limit

parent 8c9cc0e8
...@@ -3,7 +3,7 @@ const eachLimit = require('async/eachLimit'); ...@@ -3,7 +3,7 @@ const eachLimit = require('async/eachLimit');
const api = require('../lib/api'); const api = require('../lib/api');
const log = require('../lib/log'); const log = require('../lib/log');
const COMMENT_LIMIT = 25; const COMMENT_LIMIT = 20;
const { const {
addNewComment, addNewComment,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment