Merge branch 'alexgleason-develop-patch-95089' into 'develop'

DeepL: not_empty_string

See merge request soapbox-pub/rebased!205
This commit is contained in:
Alex Gleason 2022-11-06 14:17:19 +00:00
commit a01e88a9d3

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