#1903 informe consumo campaña removed comented code

This commit is contained in:
Carlos Jimenez Ruiz 2019-11-27 16:02:07 +01:00
parent 0c0ae14263
commit 8624a3db68
1 changed files with 0 additions and 11 deletions

View File

@ -6,17 +6,6 @@ const reportFooter = new Component('report-footer');
module.exports = {
name: 'campaign-metrics',
async serverPrefetch() {
// // te delete once form inputs get date ranges
// this.from = new Date();
// this.from.setMonth(0);
// this.from.setDate(1);
// this.to = new Date();
// this.to.setMonth(11);
// this.to.setDate(31);
// this.clientId = 101;
// // end of delete
this.client = await this.fetchClient(this.clientId);
console.log(this.from, this.to);