diff --git a/lib/pleroma/language/translation/deepl.ex b/lib/pleroma/language/translation/deepl.ex index 5a34740906..7771c8fe17 100644 --- a/lib/pleroma/language/translation/deepl.ex +++ b/lib/pleroma/language/translation/deepl.ex @@ -11,7 +11,7 @@ defmodule Pleroma.Language.Translation.Deepl do @impl Provider def configured? do - is_atom(get_base_url()) and not_empty_string(get_api_key()) + not_empty_string(get_base_url()) and not_empty_string(get_api_key()) end @impl Provider