mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
period: change "1m" to "1mo" to avoid confusion
This commit is contained in:
parent
41d37579dc
commit
3bd8aca2d2
1 changed files with 1 additions and 1 deletions
|
@ -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] {
|
||||
|
|
Loading…
Add table
Reference in a new issue