From 9d4885e464089aecd9fab2029ec4e0968baec57d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 27 Mar 2025 00:43:38 +0900 Subject: feat(timer): increase upper limit of timer --- cmd/timer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/timer.go b/cmd/timer.go index 693d946..6058839 100644 --- a/cmd/timer.go +++ b/cmd/timer.go @@ -45,8 +45,8 @@ func cmdTimer(cmd *cobra.Command, args []string) { log.Fatalf("%+v", err) } - if timerTime.Minutes() > 60 { - fmt.Println("Duration over 1 hour is not supported.") + if timerTime.Minutes() > 99 { + fmt.Println("Duration over 99 minutes is not supported.") return } -- cgit v1.2.3-70-g09d2