Fix warnings

This commit is contained in:
Elizabeth Hunt 2023-02-01 22:58:57 -07:00
parent 47d3f28f16
commit 8b13802918
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -140,9 +140,6 @@ defmodule Chessh.DiscordNotifier do
if message do
post_discord(new_game_channel_id, message)
end
nil ->
nil
end
end