mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix lint and check
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
import { plansInfo } from '$lib/stores/billing';
|
||||
import { formatCurrency } from '$lib/helpers/numbers';
|
||||
import InputSelect from '$lib/elements/forms/inputSelect.svelte';
|
||||
import { projects } from './store';
|
||||
|
||||
export let showCreate = false;
|
||||
|
||||
|
||||
@@ -32,13 +32,7 @@
|
||||
organization,
|
||||
organizationList
|
||||
} from '$lib/stores/organization';
|
||||
import {
|
||||
canSeeBilling,
|
||||
canSeeProjects,
|
||||
isBilling,
|
||||
isDeveloper,
|
||||
isOwner
|
||||
} from '$lib/stores/roles';
|
||||
import { canSeeBilling, canSeeProjects, isOwner } from '$lib/stores/roles';
|
||||
import { GRACE_PERIOD_OVERRIDE, isCloud } from '$lib/system';
|
||||
|
||||
let areMembersLimited: boolean;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
import { sdk } from '$lib/stores/sdk';
|
||||
import { toLocaleDateTime } from '$lib/helpers/date';
|
||||
import type { Column } from '$lib/helpers/types';
|
||||
import { canWriteMessages, canWriteTopics } from '$lib/stores/roles';
|
||||
import { canWriteTopics } from '$lib/stores/roles';
|
||||
|
||||
export let columns: Column[];
|
||||
export let data: PageData;
|
||||
|
||||
Reference in New Issue
Block a user