Skip to content

Commit

Permalink
sync dev
Browse files Browse the repository at this point in the history
  • Loading branch information
techpixel committed Apr 25, 2024
1 parent b25b975 commit cfb2249
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/subroutines/hackhour.ts
Expand Up @@ -156,7 +156,7 @@ app.view(Callbacks.START, async ({ ack, body, client }) => {
userId: userId,
goal: selectedGoal,
task: task,
time: 60
time: parseInt(minutes)
}, links)
});

Expand Down Expand Up @@ -185,7 +185,7 @@ app.view(Callbacks.START, async ({ ack, body, client }) => {
userId: userId,
goal: selectedGoal,
task: task,
time: 60
time: parseInt(minutes)
})
});

Expand Down

0 comments on commit cfb2249

Please sign in to comment.