Skip to content

Commit a7124d8

Browse files
update
1 parent 5aae5ea commit a7124d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function load(
8787
* @param cdnEndpoint The URL to the CDN.
8888
* @param appConfigOptions Optional parameters.
8989
*/
90-
export async function loadFromCdn(endpoint: URL | string, options?: AzureAppConfigurationOptions): Promise<AzureAppConfiguration>;
90+
export async function loadFromCdn(cdnEndpoint: URL | string, options?: AzureAppConfigurationOptions): Promise<AzureAppConfiguration>;
9191

9292
export async function loadFromCdn(
9393
cdnEndpoint: string | URL,

0 commit comments

Comments
 (0)