index.pl: Fix typo causing all checkins to be done by 'dev'
This commit is contained in:
parent
21643b053d
commit
f9c7c89528
1 changed files with 1 additions and 1 deletions
2
index.pl
2
index.pl
|
@ -244,7 +244,7 @@ helper 'checkin' => sub {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
my $success = $self->app->checkin_query->execute(
|
my $success = $self->app->checkin_query->execute(
|
||||||
$self->app->get_user_id,
|
$self->get_user_id,
|
||||||
$self->get_station_id(
|
$self->get_station_id(
|
||||||
ds100 => $status->{station_ds100},
|
ds100 => $status->{station_ds100},
|
||||||
name => $status->{station_name}
|
name => $status->{station_name}
|
||||||
|
|
Loading…
Reference in a new issue