Skip to content

Commit

Permalink
fake change to AlfrescoApi.ts to trigger affected test
Browse files Browse the repository at this point in the history
  • Loading branch information
alep85 committed Dec 12, 2023
1 parent 3677bfb commit cf69f54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/js-api/src/alfrescoApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
config = {};
}

this.fakeChangeToTriggerAffectedTest();

this.storage = Storage.getInstance();
this.storage.setDomainPrefix(config.domainPrefix);

Expand All @@ -84,6 +86,11 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
return config;
}

private fakeChangeToTriggerAffectedTest() {
return '';
}


private initAuth(config: AlfrescoApiConfig): void {
if (this.isOauthConfiguration()) {
if (!this.oauth2Auth) {
Expand Down Expand Up @@ -574,3 +581,4 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
}
}
}

0 comments on commit cf69f54

Please sign in to comment.