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 13, 2023
1 parent d712514 commit c9743c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,10 @@ 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 +580,4 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
}
}
}

0 comments on commit c9743c0

Please sign in to comment.