[ci:force] - recreate lock

This commit is contained in:
VitoAlbano
2025-05-17 00:43:15 +01:00
parent cf461c6539
commit debf41e762

View File

@@ -436,7 +436,9 @@ 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;
},
() => {}
);
return contentPromise;