Initial date request will depend on frequency parameter
This commit is contained in:
parent
ccfd6c1b9b
commit
c5582e7662
@ -127,7 +127,7 @@ async function getConsulates() {
|
||||
"isSelected": option.selected,
|
||||
"bestDate": null,
|
||||
"currentDate": null,
|
||||
"nextCheckAt": getFutureDate(0, 60),
|
||||
"nextCheckAt": getFutureDate(0, config.frequency * MINUTE),
|
||||
};
|
||||
}
|
||||
return consulatesDict;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user