import API: invalidate stats cache after adding a journey

This commit is contained in:
Daniel Friesel 2020-01-26 10:08:46 +01:00
parent ce6237b9fb
commit 1723f8c1fb

View file

@ -523,6 +523,7 @@ sub import_v1 {
); );
} }
else { else {
$self->invalidate_stats_cache( $opt{rt_departure}, $db, $uid );
$tx->commit; $tx->commit;
$self->render( $self->render(
json => { json => {