mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
assorted fixes
This commit is contained in:
committed by
Aiden McClelland
parent
7aaeefc180
commit
c18a119c70
@@ -22,7 +22,7 @@ export class SessionsPage {
|
||||
|
||||
async ngOnInit () {
|
||||
try {
|
||||
this.sessionInfo = await this.embassyApi.getSessions({ })
|
||||
this.sessionInfo = await this.embassyApi.getSessions({})
|
||||
} catch (e) {
|
||||
this.errToast.present(e.message)
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user