mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SEARCH-480
- Code refactoring
This commit is contained in:
parent
65fcd0b786
commit
8012596095
@ -267,7 +267,7 @@ class Search {
|
|||||||
if (endDate) {
|
if (endDate) {
|
||||||
let etime = new Date(parseInt(endDate, 10)).getTime();
|
let etime = new Date(parseInt(endDate, 10)).getTime();
|
||||||
if (etime) {
|
if (etime) {
|
||||||
ed_time = etime
|
ed_time = etime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user