Fixed bug
This commit is contained in:
parent
48ac7bdabd
commit
1cee0f8208
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class When extends Queries {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setBaseFilter(line, 3)
|
this.setBaseFilter(line, 3, true)
|
||||||
|
|
||||||
const period = line[2]
|
const period = line[2]
|
||||||
const filter = this.getFilter()
|
const filter = this.getFilter()
|
||||||
|
|
|
@ -20,7 +20,7 @@ class When extends Queries {
|
||||||
}
|
}
|
||||||
|
|
||||||
let isOk = true
|
let isOk = true
|
||||||
this.setBaseFilter(line, 3)
|
this.setBaseFilter(line, 3, true)
|
||||||
|
|
||||||
const period = line[2]
|
const period = line[2]
|
||||||
const filter = this.getFilter()
|
const filter = this.getFilter()
|
||||||
|
|
Loading…
Reference in a new issue