From 43179ddbf07a0e4f2b815ccc4ec1c4372f34838e Mon Sep 17 00:00:00 2001 From: John Ottenlips Franke Date: Wed, 10 Apr 2024 11:38:27 -0500 Subject: [PATCH] Update index.ts --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index e8be7ef..64e0f3b 100644 --- a/index.ts +++ b/index.ts @@ -24,7 +24,7 @@ type Days = type Intensity = "easy" | "medium" | "hard"; // hardcode to easy for now -const intensity = "medium" as Intensity +const intensity = "easy" as Intensity const main = async () => { const day = new Date().getDay();