Ver Fonte

typo fix

fatedier há 7 anos atrás
pai
commit
63037f1c65
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      models/msg/msg.go

+ 1 - 1
models/msg/msg.go

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