Skip to content

Commit

Permalink
fix: seq conversion bug (#2419)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
withchao and withchao authored Jul 17, 2024
1 parent 42a66cf commit 44ecbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/seq/internal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44ecbd7

Please sign in to comment.