Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jottenlips committed Apr 10, 2024
1 parent b05b2c2 commit 43179dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 43179dd

Please sign in to comment.