From ef3252863e28905fe96a49a91e5a62c156c69e6e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Feb 2022 20:39:49 +0100 Subject: Traewelling::get: Use named args --- templates/account.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index 5e30c77..b2877f0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -36,7 +36,7 @@ % my $acc = current_user(); % my $hook = get_webhook(); -% my $traewelling = traewelling->get($acc->{id}); +% my $traewelling = traewelling->get(uid => $acc->{id}); % my $use_history = users->use_history(uid => $acc->{id});
-- cgit v1.2.3