From b9ff1a35c2f3b2f38323817ac92ba5022b22e24c Mon Sep 17 00:00:00 2001
From: Christopher Arraya <arrayacj@gmail.com>
Date: Fri, 3 Nov 2023 22:04:31 -0400
Subject: [PATCH] added an extra line

---
 app/page.tsx | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/app/page.tsx b/app/page.tsx
index 00e2f52..00a7ed6 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -269,13 +269,8 @@ Instructions: For each feature, we need to figure out what other features need t
       );
     });
 
-    await Promise.all(featurePromises)
-      .then((res) => {
-        console.log(res);
-      })
-      .catch((err) => {
-        console.error(err);
-      });
+    const tasks = await Promise.all(featurePromises);
+    console.log("all tasks", tasks);
   }
 
   async function generateTask(