Upgrade TS

This commit is contained in:
DominikIwanek
2025-04-16 10:32:15 +02:00
parent af12689e13
commit 75e587c99f
3 changed files with 21 additions and 7 deletions

View File

@@ -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;
}