@ductape/sdk 0.1.131 → 0.1.132
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1970,7 +1970,7 @@ class ProductsBuilderService {
|
|
|
1970
1970
|
hasEndpoint: !!env.endpoint,
|
|
1971
1971
|
provisionStatus: env.provisionStatus,
|
|
1972
1972
|
});
|
|
1973
|
-
const exists = await this.fetchEnv(env.slug);
|
|
1973
|
+
const exists = await this.fetchEnv(env.slug, true);
|
|
1974
1974
|
if (!exists) {
|
|
1975
1975
|
throw new Error(`Env ${env.slug} does not exist`);
|
|
1976
1976
|
}
|