fix: seq conversion bug (#2419)

* fix: GroupApplicationAcceptedNotification

* fix: GroupApplicationAcceptedNotification

* fix: NotificationUserInfoUpdate

* cicd: robot automated Change

* fix: component

* fix: getConversationInfo

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* feat: cron task

* fix: minio config url recognition error

* update gomake version

* update gomake version

* fix: seq conversion bug

---------

Co-authored-by: withchao <withchao@users.noreply.github.com>
pull/2423/head
chao 5 months ago committed by GitHub
parent 42a66cff4a
commit 44ecbd776f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save