mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
assorted fixes
This commit is contained in:
@@ -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