diff --git a/lib/waterfall.js b/lib/waterfall.js index d44f8fc..b35e3cd 100644 --- a/lib/waterfall.js +++ b/lib/waterfall.js @@ -1,5 +1,6 @@ -require('../jsdoc.conf') - +/** + * Responsible for sequentially executing actions on the database + */ class Waterfall { /** * Instantiate a new Waterfall.