Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
馃敟 Kill old TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Nov 30, 2017
1 parent 250143a commit df7b922
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils/asyncWaterfall.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// TODO how should middleware work?
// do we _always_ just pass back the event, making
// users mutate that to pass data along?
// that would be similar to req/res in express,
// which is good.
// or should we allow manually passing data by using
// list.shift()?
const serializeError = require('serialize-error')

function waterfall (...fns) {
Expand Down

0 comments on commit df7b922

Please sign in to comment.