From 20df40267e14a34b69dd957df08237611e148fc8 Mon Sep 17 00:00:00 2001 From: Yajushi Srivastava Date: Sun, 25 Oct 2020 17:29:11 +0530 Subject: [PATCH] Minor code fix --- main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.js b/main.js index 5334432..7e6c19a 100644 --- a/main.js +++ b/main.js @@ -143,8 +143,7 @@ async function main() { }); } } else { - console.log("The badge(s) generation failed for the specified recipient"); - break; + console.log("The badge(s) generation failed for the specified recipient"); } }