From 8b13802918a22d1de205e4aa0f8ad6bf49949d70 Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 1 Feb 2023 22:58:57 -0700 Subject: [PATCH] Fix warnings --- lib/chessh/discord/notifier.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/chessh/discord/notifier.ex b/lib/chessh/discord/notifier.ex index 02b7c5f..9006aab 100644 --- a/lib/chessh/discord/notifier.ex +++ b/lib/chessh/discord/notifier.ex @@ -140,9 +140,6 @@ defmodule Chessh.DiscordNotifier do if message do post_discord(new_game_channel_id, message) end - - nil -> - nil end end