We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de53985 commit f0bd8d7Copy full SHA for f0bd8d7
src/shared/orgListUtil.ts
@@ -272,8 +272,6 @@ export class OrgListUtil {
272
scratchOrgInfo.expirationDate = updatedOrgInfo.ExpirationDate;
273
scratchOrgInfo.isExpired = updatedOrgInfo.Status === 'Deleted';
274
scratchOrgInfo.namespace = updatedOrgInfo.Namespace;
275
- // the old toolbelt code always said Unknown. I'd love to get rid of it.
276
- scratchOrgInfo.connectedStatus = 'Unknown';
277
} else {
278
const logger = await OrgListUtil.retrieveLogger();
279
logger.warn(`Can't find ${scratchOrgInfo.username} in the updated contents`);
0 commit comments