From 0cff4a0f1e03e66418f1d0f812c76512a0f916d3 Mon Sep 17 00:00:00 2001 From: Madmat8 Date: Thu, 1 Feb 2024 13:07:28 +0100 Subject: [PATCH] delete commented code --- .../src/main/resources/data-axios/relationServiceImpl.ts.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/judo-ui-typescript-rest-axios/src/main/resources/data-axios/relationServiceImpl.ts.hbs b/judo-ui-typescript-rest-axios/src/main/resources/data-axios/relationServiceImpl.ts.hbs index 2ffb931..ac799e0 100644 --- a/judo-ui-typescript-rest-axios/src/main/resources/data-axios/relationServiceImpl.ts.hbs +++ b/judo-ui-typescript-rest-axios/src/main/resources/data-axios/relationServiceImpl.ts.hbs @@ -38,7 +38,6 @@ export class {{ serviceRelationName relation }}Impl extends JudoAxiosService imp const path = '{{ restPath (getRelationOwnerAsClassType relation) "/" relation.name "/~export" }}'; const response = await this.axios.post(this.getPathForActor(path), queryCustomizer ?? {}, { responseType: 'blob', - //withCredentials: true, headers: owner ? { 'X-Judo-SignedIdentifier': owner.__signedIdentifier } : undefined, @@ -299,7 +298,6 @@ export class {{ serviceRelationName relation }}Impl extends JudoAxiosService imp const path = '{{ restPath relation.target "/" targetRelation.name "/~export" }}'; const response = await this.axios.post(this.getPathForActor(path), queryCustomizer ?? {}, { responseType: 'blob', - //withCredentials: true, headers: { 'X-Judo-SignedIdentifier': owner.__signedIdentifier, },