Fixing attaching device id

This commit is contained in:
=Corey Hulen
2016-02-08 14:30:58 -08:00
parent 137920b479
commit fbe932ece6

View File

@@ -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) {