From 025b58126fb5cac92e0506e3364f342c8a9daf40 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 3 Dec 2020 22:01:39 +0100 Subject: _history_years: remove redundant SQL request --- templates/_history_years.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/_history_years.html.ep b/templates/_history_years.html.ep index 09ea5ce..686908f 100644 --- a/templates/_history_years.html.ep +++ b/templates/_history_years.html.ep @@ -3,7 +3,7 @@ % my @years = journeys->get_years(uid => current_user->{id}); % if (@years) {