mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SEARCH-438
- Code refactoring
This commit is contained in:
parent
89c435c361
commit
bb0f3ddf41
@ -308,7 +308,7 @@ class Search {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let searchPeriod = new Date().getTime() - SEARCH_PERIOD_SUBTRACTOR;
|
let searchPeriod = new Date().getTime() - searchConfig.SEARCH_PERIOD_SUBTRACTOR;
|
||||||
let startDateTime = searchPeriod;
|
let startDateTime = searchPeriod;
|
||||||
if (startDate) {
|
if (startDate) {
|
||||||
startDateTime = new Date(parseInt(startDate, 10)).getTime();
|
startDateTime = new Date(parseInt(startDate, 10)).getTime();
|
||||||
|
Loading…
Reference in New Issue
Block a user