mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ci:force] - Migrate to NG19 After pdfjs migration
This commit is contained in:
@@ -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;
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user