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