mock migrations

This commit is contained in:
tglide
2023-08-14 17:59:27 +01:00
parent d11fa02221
commit 03deb8d618
+2 -2
View File
@@ -35,7 +35,7 @@ const sdkForProject = {
storage: new Storage(clientProject),
teams: new Teams(clientProject),
users: new Users(clientProject),
// migrations: new Migrations(clientProject)
migrations: {}
};
export const getSdkForProject = (projectId: string) => {
@@ -57,7 +57,7 @@ export const sdk = {
projects: new Projects(clientConsole),
teams: new Teams(clientConsole),
users: new Users(clientConsole),
// migrations: new Migrations(clientConsole)
migrations: {}
},
get forProject() {
const projectId = getProjectId();