Changing sender to session in Query

This commit is contained in:
Fabian
2019-11-12 13:02:28 +01:00
parent e42f0d3991
commit 10f3b4fa50
3 changed files with 13 additions and 12 deletions

View File

@ -1,6 +1,6 @@
export default class Session {
constructor(private _sessionid: string) { }
get sessionid() {
get id() {
return this._sessionid;
}
root: boolean = false;