DeepL: not_empty_string
This commit is contained in:
parent
80a20b740f
commit
fc81e325e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue