Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
8fed9dacd7
|
@ -33,7 +33,7 @@ class Controller extends Section {
|
||||||
get reportParams() {
|
get reportParams() {
|
||||||
const userParams = this.$.model.userParams;
|
const userParams = this.$.model.userParams;
|
||||||
return Object.assign({
|
return Object.assign({
|
||||||
authorization: this.vnToken.token,
|
recipient: this.client.email,
|
||||||
recipientId: this.client.id
|
recipientId: this.client.id
|
||||||
}, userParams);
|
}, userParams);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue