Skip to content

Commit

Permalink
read seq is written to mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Aug 26, 2024
1 parent 764b47e commit 12bbd88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/openim-msgtransfer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ package main
import (
"github.com/openimsdk/open-im-server/v3/pkg/common/cmd"
"github.com/openimsdk/tools/system/program"
"os"
)

func main() {
if len(os.Args) == 1 {
os.Args = append(os.Args, "-i", "0", "-c", "/Users/chao/Desktop/withchao/open-im-server/config/")
}
if err := cmd.NewMsgTransferCmd().Exec(); err != nil {
program.ExitWithError(err)
}
Expand Down

0 comments on commit 12bbd88

Please sign in to comment.