fatedier hace 7 años
padre
commit
63037f1c65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"`
 }