Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmat8 committed Feb 1, 2024
1 parent 0f1b12b commit 0cff4a0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit 0cff4a0

Please sign in to comment.