DeepL: not_empty_string

This commit is contained in:
Alex Gleason 2022-11-06 14:16:56 +00:00
parent 80a20b740f
commit fc81e325e7

View file

@ -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