fix: seq conversion bug

pull/2419/head
withchao 1 year ago
parent 6df8412f56
commit 2ce8d22189

@ -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,

Loading…
Cancel
Save