mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-26 02:35:19 +01:00
period: change "1m" to "1mo" to avoid confusion
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user