Consumption hotfix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-14 13:41:50 +01:00
parent 0e9160f61b
commit 53e80d29c8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Controller extends Section {
get reportParams() {
const userParams = this.$.model.userParams;
return Object.assign({
authorization: this.vnToken.token,
recipient: this.client.email,
recipientId: this.client.id
}, userParams);
}