Skip to content

Commit 822cfaf

Browse files
Remove unused function
1 parent 1b3c72d commit 822cfaf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/app/src/cli/services/context/partner-account-info.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,3 @@ export async function fetchCurrentAccountInformation(
5555
return {type: 'UnknownAccount'}
5656
}
5757
}
58-
59-
export function getAlias(account: AccountInfo): string | undefined {
60-
if (isUserAccount(account)) {
61-
return account.email
62-
}
63-
if (isServiceAccount(account)) {
64-
return account.orgName
65-
}
66-
return undefined
67-
}

0 commit comments

Comments
 (0)