Skip to content

Commit 2432ece

Browse files
committed
also copy timestamp for compositions
1 parent 65268c8 commit 2432ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/cache.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export function handle_tram_compositions(cache, data_source) {
7373
'next_stop',
7474
'destination_stop',
7575
'scheduled_time',
76+
'timestamp'
7677
];
7778
for(const prop of copy_properties) {
7879
composition_entry[prop] = first_wagon_entry[prop];

0 commit comments

Comments
 (0)