Skip to content

Commit

Permalink
refactor(): pr feedback add ts doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinPerry committed Nov 21, 2024
1 parent 3bf973e commit 3e560de
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
51 changes: 33 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/common/src/users/_internal/UserUiSchemaSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ async function _getCommunityOrEnterpriseAGOUrl(
return orgUrl;
}

/**
* Fetches the portal settings in a fail-safe manner.
*
* @param context - The context containing the ArcGIS portal information.
* @returns A promise that resolves to the portal settings.
*/
export async function _getPortalSettings(
context: IArcGISContext
): Promise<any> {
Expand Down

0 comments on commit 3e560de

Please sign in to comment.