CASH-1790 - remove unneeded passed var
This commit is contained in:
parent
97c1446d37
commit
868d6ca36b
1 changed files with 2 additions and 2 deletions
|
|
@ -72,10 +72,10 @@ export function isDropOffRouteCode(routeCode) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getTodayDate(routeCode) {
|
export function getTodayDate() {
|
||||||
return new Date();
|
return new Date();
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getTodayDateString(routeCode) {
|
export function getTodayDateString() {
|
||||||
return convertDateToDateString(getTodayDate());
|
return convertDateToDateString(getTodayDate());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue