Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8edb766

Browse files
Update access modifer
1 parent ac62663 commit 8edb766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/acquisition-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class AcquisitionStatus {
5858
}
5959

6060
export class AcquisitionManager {
61-
readonly BASER_URL = "https://codepush.appcenter.ms"
61+
private readonly BASER_URL = "https://codepush.appcenter.ms"
6262
private _appVersion: string;
6363
private _clientUniqueId: string;
6464
private _deploymentKey: string;

0 commit comments

Comments
 (0)