chore: fix diagnostics

This commit is contained in:
Torsten Dittmann
2023-08-28 18:49:12 +02:00
parent e7258e19b1
commit 1da1041e0d
2 changed files with 1 additions and 1 deletions
@@ -18,6 +18,7 @@
return;
}
const vars = await sdk.forConsole.console.variables();
//@ts-expect-error needs an sdk release
isDomainsEnabled = vars?._APP_DOMAIN_ENABLED === true;
});
-1
View File
@@ -6,7 +6,6 @@ import { get, writable } from 'svelte/store';
import { sdk } from './sdk';
import type { Models } from '@appwrite.io/console';
import { organization } from './organization';
import { onDestroy } from 'svelte';
type Preferences = {
limit?: number;