diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 22:58:57 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 22:58:57 -0700 |
commit | 8b13802918a22d1de205e4aa0f8ad6bf49949d70 (patch) | |
tree | d86180a31699ddce9d47a51d934a19a0e5d4b0f0 /lib/chessh/discord/notifier.ex | |
parent | 47d3f28f16bdd1eb7ad99b91f7963fd2c4b8f9bf (diff) | |
download | chessh-8b13802918a22d1de205e4aa0f8ad6bf49949d70.tar.gz chessh-8b13802918a22d1de205e4aa0f8ad6bf49949d70.zip |
Fix warnings
Diffstat (limited to 'lib/chessh/discord/notifier.ex')
-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 |