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