From 425d4408a1445d14c444e6261d0be767b2552a6d Mon Sep 17 00:00:00 2001 From: Jared Chapiewsky Date: Sun, 7 Apr 2019 15:24:04 -0500 Subject: [PATCH] fix jsdoc --- src/giveaways.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/giveaways.js b/src/giveaways.js index 8a8fe1b..6068531 100644 --- a/src/giveaways.js +++ b/src/giveaways.js @@ -166,7 +166,7 @@ async function navigateToGiveaway(page, giveawayNumber) { * Checks for the result of the giveaway entry and log appropriately. * Returns true if result found, false if not. * @param {Puppeteer.Page} page - * @returns {Promise} + * @returns {Promise} */ async function handleGiveawayResult(page) { try {