.. oooops

This commit is contained in:
Birte Kristina Friesel 2024-08-16 16:56:58 +02:00
parent f0b70c4dab
commit 917f8560a3
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -156,12 +156,12 @@ sub run {
uid => $uid
)->wait;
}
next;
};
if ($@) {
$errors += 1;
$self->app->log->error("work($uid)/hafas: $@");
}
next;
}
# TODO irgendwo ist hier ne race condition wo ein neuer checkin (in HAFAS) mit IRIS-Daten überschrieben wird.