changed comment
gitea/salix/2069-ticket_index_scope_days This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-05 08:24:29 +01:00
parent bee814f6a6
commit 218ed38b54
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export default class Controller {
if (params) {
if (typeof(params.scopeDays) === 'number')
Object.assign(params, this.getScopeDates(params.scopeDays));
// Set default params to 0 scope days
// Set default params to 1 scope days
else if (Object.entries(params).length == 0)
params = this.getScopeDates(1);