From 43465f7c4b1b12e4e21cc15259e16bcbe9cf159d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 31 Mar 2021 08:31:22 +0200 Subject: [PATCH] :fire: Remove unused prop. --- backend/src/app/main.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index e1a98a56a..fb18c6833 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -222,7 +222,6 @@ (when (cf/get :telemetry-enabled) {:cron #app/cron "0 0 */6 * * ?" ;; every 6h - :uri (cf/get :telemetry-uri) :task :telemetry})]} :app.worker/registry