Skip to content
Snippets Groups Projects
Verified Commit d0ca12ad authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 3a803668
No related branches found
No related tags found
No related merge requests found
Pipeline #1835 passed
......@@ -3,7 +3,7 @@ image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 0.3.1
IMAGE_VER: 0.3.2
services:
- docker:19.03.1-dind
......
......@@ -110,9 +110,8 @@ sub list ($c) {
}
# hodnoceni aktualniho uzivatele
if ( $c->user ) {
my $my_vote = {};
if ( $c->user ) {
my $rankings = $c->schema->resultset('PostRanking')->search({
user_id => $c->user->{id}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment