mirror of
https://github.com/status-im/burnchart.git
synced 2025-03-03 11:30:38 +00:00
fix warning parameter that does not exist
by @xavierchou
This commit is contained in:
parent
5f378090e3
commit
e8e298e236
@ -26,7 +26,7 @@ module.exports = (opts, cb) ->
|
|||||||
# Filter them to labeled ones.
|
# Filter them to labeled ones.
|
||||||
(all, cb) ->
|
(all, cb) ->
|
||||||
async.map all, (array, cb) ->
|
async.map all, (array, cb) ->
|
||||||
issues.filter array, opts.size_label, (err, warn, filtered, total) ->
|
issues.filter array, opts.size_label, (err, filtered, total) ->
|
||||||
cb err, [ filtered, total ]
|
cb err, [ filtered, total ]
|
||||||
, (err, [ open, closed ]) ->
|
, (err, [ open, closed ]) ->
|
||||||
return cb err if err
|
return cb err if err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user