period: change "1m" to "1mo" to avoid confusion

This commit is contained in:
yusing 2025-02-13 21:18:30 +08:00
parent 41d37579dc
commit 3bd8aca2d2

View file

@ -21,7 +21,7 @@ const (
PeriodFifteenMinutes Filter = "15m"
PeriodOneHour Filter = "1h"
PeriodOneDay Filter = "1d"
PeriodOneMonth Filter = "1m"
PeriodOneMonth Filter = "1mo"
)
func NewPeriod[T any]() *Period[T] {