Skip to content

Commit

Permalink
Increase minimum maximum time to 24 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Jun 6, 2024
1 parent f5f77a1 commit c68fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ watchEffect(() => {
}
});
const MIN_MAX_TIME = hoursToMilliseconds(1);
const MIN_MAX_TIME = hoursToMilliseconds(24);
const MAX_MAX_TIME = hoursToMilliseconds(72);
function increaseMaxTime() {
Expand Down

0 comments on commit c68fe6c

Please sign in to comment.