From a7e5dbdd227f3fe04cb89ac9f3ec15ea7c117fdf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Sat, 13 Nov 2021 14:04:49 +0100
Subject: [PATCH] Cleanup

---
 .gitlab-ci.yml | 2 +-
 lib/CF2022.pm  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b67667f..81ad2e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:20.10.9
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 0.6.1
+  IMAGE_VER: 0.6.2
 
 services:
   - docker:20.10.9-dind
diff --git a/lib/CF2022.pm b/lib/CF2022.pm
index 2beb42b..0925f47 100644
--- a/lib/CF2022.pm
+++ b/lib/CF2022.pm
@@ -53,7 +53,6 @@ sub startup {
 
     $self->helper( schema => sub { return $schema; } );
 
-    $self->helper( schema => sub { return $schema; } );
     $self->plugin('CF2022::Helpers::Core');
     $self->plugin('CF2022::Helpers::Auth');
 
-- 
GitLab