assorted fixes

This commit is contained in:
Aiden McClelland
2021-08-13 12:34:29 -06:00
committed by Aiden McClelland
parent 7aaeefc180
commit c18a119c70
10 changed files with 154 additions and 75 deletions

View File

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