Этот коммит содержится в:
=Corey Hulen
2016-02-08 14:30:58 -08:00
родитель 137920b479
Коммит fbe932ece6

Просмотреть файл

@@ -796,7 +796,7 @@ func attachDeviceId(c *Context, w http.ResponseWriter, r *http.Request) {
return
}
w.Write([]byte(deviceId))
w.Write([]byte(model.MapToJson(props)))
}
func RevokeSessionById(c *Context, sessionId string) {