From da58d8d87e3fa8c40a92863226e9871aafd84492 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Tue, 25 Feb 2020 14:59:36 +0200 Subject: [PATCH] Update slack webhook url --- lib/plausible/slack.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plausible/slack.ex b/lib/plausible/slack.ex index cd5f37d5a..15d50db02 100644 --- a/lib/plausible/slack.ex +++ b/lib/plausible/slack.ex @@ -1,6 +1,6 @@ defmodule Plausible.Slack do @app_env System.get_env("APP_ENV") || "dev" - @feed_channel_url "https://hooks.slack.com/services/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" + @feed_channel_url "https://hooks.slack.com/services/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" def notify(text) do Task.start(fn ->