remove superfluous ->app call
This commit is contained in:
parent
5b7086bcd9
commit
5e29b99d61
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ sub startup {
|
||||||
$self->secrets( $self->config->{secrets} );
|
$self->secrets( $self->config->{secrets} );
|
||||||
}
|
}
|
||||||
|
|
||||||
chomp $self->app->config->{version};
|
chomp $self->config->{version};
|
||||||
|
|
||||||
$self->plugin(
|
$self->plugin(
|
||||||
authentication => {
|
authentication => {
|
||||||
|
|
Loading…
Reference in a new issue