dev env error log to console included metadata

This commit is contained in:
Owen
2025-01-15 20:57:45 +01:00
committed by Owen Rees
parent ac513edac8
commit c9e0c2db0b
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -2,6 +2,5 @@ defmodule PlantIdDiscordBotTest.Mocks.Guild do
@moduledoc """
Mocks the Guild module.
"""
def get_guild_name!(guild_id),
do: %{guild_id: 1_002_507_312_159_797_318, guild_name: "Test Guild"}
def get_guild_name!(_), do: "Test Guild"
end