mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
Upgrade TS
This commit is contained in:
@@ -436,8 +436,8 @@ export class AlfrescoApi implements Emitter, AlfrescoApiType {
|
||||
if (this.isEcmConfiguration()) {
|
||||
const contentPromise = this.contentAuth.logout();
|
||||
contentPromise.then(
|
||||
() => (this.config.ticket = undefined),
|
||||
() => {}
|
||||
(): void => (this.config.ticket = undefined),
|
||||
(): void => {}
|
||||
);
|
||||
return contentPromise;
|
||||
}
|
||||
|
Reference in New Issue
Block a user