mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
Update msg_utils.go
This commit is contained in:
parent
dbefa08584
commit
9ea55c07b9
@ -133,9 +133,10 @@ func NewSeqCmd() *SeqCmd {
|
||||
return seqCmd
|
||||
}
|
||||
|
||||
|
||||
func (s *SeqCmd) GetSeqCmd() *cobra.Command {
|
||||
s.Command.Run = func(cmdLines *cobra.Command, args []string) {
|
||||
msgTool, err := tools.InitMsgTool()
|
||||
_, err := tools.InitMsgTool()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user