Skip to content

Commit

Permalink
change period value
Browse files Browse the repository at this point in the history
  • Loading branch information
lirlia committed Dec 28, 2023
1 parent 4effaf5 commit 1c6da7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/model/period.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
type PeriodKey int

var PeriodMap = map[PeriodKey]string{
5: "5 min",
10: "10 min",
30: "30 min",
5: "5 minutes",
10: "10 minutes",
30: "30 minutes",
60: "1 hour",
}

Expand Down

0 comments on commit 1c6da7a

Please sign in to comment.