Update sdk.bs
Set get session to use default param device ID. This allows us to get the correct session when multiple sessions are active.
This commit is contained in:
parent
d8a91782eb
commit
71dbfb3423
|
@ -1374,7 +1374,7 @@ namespace api
|
||||||
end function
|
end function
|
||||||
|
|
||||||
' Gets a list of sessions.
|
' Gets a list of sessions.
|
||||||
function Get(params = {} as object)
|
function Get(params = {"deviceId": m.global.device.id} as object)
|
||||||
req = APIRequest("/sessions", params)
|
req = APIRequest("/sessions", params)
|
||||||
return getJson(req)
|
return getJson(req)
|
||||||
end function
|
end function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user