mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-18 00:46:41 +08:00
db
This commit is contained in:
parent
9bc659e8f0
commit
6ee06ded3f
@ -131,7 +131,7 @@ func (a Args) String() string {
|
||||
s += "{"
|
||||
hasElement = true
|
||||
}
|
||||
s += fmt.Sprintf("%s:%d", k, v)
|
||||
s += fmt.Sprintf("%s:%v", k, v)
|
||||
}
|
||||
if hasElement {
|
||||
s += "}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user