From 5e29b99d617b55275221ae9cd6370eff4c19bd3b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 17 Dec 2020 20:58:47 +0100 Subject: remove superfluous ->app call --- lib/Travelynx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 281a9a0..1bb7130 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -93,7 +93,7 @@ sub startup { $self->secrets( $self->config->{secrets} ); } - chomp $self->app->config->{version}; + chomp $self->config->{version}; $self->plugin( authentication => { -- cgit v1.2.3