Skip to content

Commit 3012a16

Browse files
committed
style: header comments, unused file
1 parent 9c957f8 commit 3012a16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/shared/orgListUtil.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ export class OrgListUtil {
6969
};
7070
}
7171

72+
/**
73+
* Organizes the scratchOrgs by DevHub to optimize calls to retrieveScratchOrgInfoFromDevHub(), then calls reduceScratchOrgInfo()
74+
*
75+
* @param {ExtendedAuthFields[]} scratchOrgs- an array of strings that are validated against the server.
76+
* @returns the same scratch org list, but with updated information from the server.
77+
*/
7278
public static async processScratchOrgs(scratchOrgs: ExtendedAuthFields[]): Promise<ExtendedAuthFields[]> {
7379
// organize by DevHub to reduce queries
7480
const orgIdsGroupedByDevHub: Dictionary<string[]> = {};

src/shared/parseOrgFields.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)