Skip to content
Snippets Groups Projects
Unverified Commit c3a43725 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

traewelling: trace missing username bug

parent 41cc5f3c
No related branches found
Tags 2.6.15
No related merge requests found
......@@ -30,6 +30,13 @@ sub pull_sync {
next;
}
if ( not defined $account_data->{data}{user_name} ) {
$self->app->log->error(
"travelynx user $account_data->{user_id} has a Traewellig connection, but no username"
);
next;
}
# $account_data->{user_id} is the travelynx uid
# $account_data->{user_name} is the Träwelling username
$request_count += 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment