Browse Source

typo fix

pull/561/head
fatedier 7 years ago
parent
commit
63037f1c65
  1. 2
      models/msg/msg.go

2
models/msg/msg.go

@ -181,5 +181,5 @@ type NatHoleResp struct {
}
type NatHoleSid struct {
Sid string `json"sid"`
Sid string `json:"sid"`
}

Loading…
Cancel
Save