[ci:force] - Migrate to NG19 After pdfjs migration

This commit is contained in:
VitoAlbano
2025-05-22 20:34:41 +01:00
parent ecba77dfa9
commit 6d264413f2
439 changed files with 9887 additions and 17397 deletions

View File

@@ -436,7 +436,7 @@ 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;

View File

@@ -129,8 +129,7 @@ export class SuperagentHttpClient implements HttpClient {
queryParams: { [key: string]: any },
headerParams: { [key: string]: any },
formParams: { [key: string]: any },
// eslint-disable-next-line @typescript-eslint/ban-types
bodyParam: string | Object,
bodyParam: string | object,
contentType: string,
accept: string,
responseType: string,