From ea2ae8149797721c3fbe3c32ba4e84a1eb727aa7 Mon Sep 17 00:00:00 2001 From: tglide <26071571+TGlide@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:30:06 +0100 Subject: [PATCH] small changes --- src/lib/stores/sdk.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/stores/sdk.ts b/src/lib/stores/sdk.ts index 7a47c74aa..f3a44d3cf 100644 --- a/src/lib/stores/sdk.ts +++ b/src/lib/stores/sdk.ts @@ -14,7 +14,6 @@ import { Storage, Teams, Users - // Migrations } from '@appwrite.io/console'; const endpoint = VARS.APPWRITE_ENDPOINT ?? `${globalThis?.location?.origin}/v1`; @@ -57,8 +56,8 @@ export const sdk = { locale: new Locale(clientConsole), projects: new Projects(clientConsole), teams: new Teams(clientConsole), - users: new Users(clientConsole) - // migrations: new Migrations(clientConsole) + users: new Users(clientConsole), + migrations: new Migrations(clientConsole) }, get forProject() { const projectId = getProjectId();