index.pl: Fix typo causing all checkins to be done by 'dev'

This commit is contained in:
Daniel Friesel 2018-09-03 18:12:08 +02:00
parent 21643b053d
commit f9c7c89528

View file

@ -244,7 +244,7 @@ helper 'checkin' => sub {
}
else {
my $success = $self->app->checkin_query->execute(
$self->app->get_user_id,
$self->get_user_id,
$self->get_station_id(
ds100 => $status->{station_ds100},
name => $status->{station_name}