fix(console): initialize provider options (#5520)

fix: provider options initializer
This commit is contained in:
Max Peintner
2023-03-22 09:53:07 +01:00
committed by GitHub
parent 9257cf7086
commit e9df06df38
15 changed files with 9 additions and 17 deletions

View File

@@ -26,7 +26,6 @@ export function ensureOrgExists(ctx: Context, name: string) {
}
export function isDefaultOrg(ctx: Context, orgId: string): Cypress.Chainable<boolean> {
console.log('huhu', orgId);
return cy
.request({
method: 'GET',