fix: seq conversion bug

This commit is contained in:
withchao 2024-07-17 20:31:21 +08:00
parent 6df8412f56
commit 2ce8d22189

View File

@ -116,7 +116,7 @@ func Main(conf string, del time.Duration) error {
{
Prefix: MaxSeq,
GetSeq: cSeq.GetMaxSeq,
SetSeq: cSeq.SetMinSeq,
SetSeq: cSeq.SetMaxSeq,
},
{
Prefix: MinSeq,