Version Bump, Adjusted Build ON, cleaning

This commit is contained in:
Luke Hagar
2023-05-19 10:46:23 -05:00
parent 7ca02f85a0
commit 4a14e60b10
3 changed files with 6 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ export async function checkSession() {
} catch (error) {
const tenant = get(idnSession).tenant;
if (tenant) {
tabUrl = new URL(tenant);
const sessionResp = await fetch(tenant + '/ui/session').catch((err: Error) =>
console.debug(err)
);