From f36aa5ae0ff60fb82ee84a70771715a7189e5b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Thu, 6 Jan 2022 16:53:16 +0100 Subject: [PATCH] cleanup --- lib/waterfall.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.