Loading lib/Travelynx/Command/traewelling.pm +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ sub pull_sync { } if ( not defined $account_data->{data}{user_name} ) { $self->app->log->error( $self->app->log->debug( "travelynx user $account_data->{user_id} has a Traewellig connection, but no username" ); next; Loading lib/Travelynx/Model/Traewelling.pm +1 −4 Original line number Diff line number Diff line Loading @@ -235,10 +235,7 @@ sub get_pull_accounts { my $res = $self->{pg}->db->select( 'traewelling', [ 'user_id', 'token', 'data' ], { pull_sync => 1, user_name => { '!=', undef }, } { pull_sync => 1 } ); return $res->expand->hashes->each; } Loading Loading
lib/Travelynx/Command/traewelling.pm +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ sub pull_sync { } if ( not defined $account_data->{data}{user_name} ) { $self->app->log->error( $self->app->log->debug( "travelynx user $account_data->{user_id} has a Traewellig connection, but no username" ); next; Loading
lib/Travelynx/Model/Traewelling.pm +1 −4 Original line number Diff line number Diff line Loading @@ -235,10 +235,7 @@ sub get_pull_accounts { my $res = $self->{pg}->db->select( 'traewelling', [ 'user_id', 'token', 'data' ], { pull_sync => 1, user_name => { '!=', undef }, } { pull_sync => 1 } ); return $res->expand->hashes->each; } Loading