mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: fix diagnostics
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user