diff options
-rw-r--r-- | lib/chessh/discord/notifier.ex | 3 |
1 files changed, 0 insertions, 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 |