mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
fix(journal): including timezone in date filters
This commit is contained in:
@@ -376,8 +376,6 @@ export default defineComponent({
|
||||
|
||||
dateFromISO = dateFrom.toISOString();
|
||||
dateToISO = dateTo.toISOString();
|
||||
|
||||
console.log(dateFromISO, dateToISO);
|
||||
}
|
||||
|
||||
const queryParams: TimetablesQueryParams = {};
|
||||
|
||||
Reference in New Issue
Block a user