diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-10-06 06:12:08 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-10-06 06:12:08 +0000 |
commit | 390ceb9f94ca27efbf8dbb094225d441fe5e188f (patch) | |
tree | 412d2f7acd3789b72d388cbfefca6a96041c139b /lib/pleroma/web/common_api.ex | |
parent | bdaa7e53940daa43b83e3baab836b701482e6d8f (diff) | |
parent | a17910a6c6dca88d98218bf9782b05b70b69446f (diff) | |
download | pleroma-390ceb9f94ca27efbf8dbb094225d441fe5e188f.tar.gz |
Merge branch 'ci/bump-elixir-lint' into 'develop'
CI: Bump lint stage to elixir-1.12
See merge request pleroma/pleroma!3488
Diffstat (limited to 'lib/pleroma/web/common_api.ex')
-rw-r--r-- | lib/pleroma/web/common_api.ex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/pleroma/web/common_api.ex b/lib/pleroma/web/common_api.ex index 1b5f8491e..6f685cb7b 100644 --- a/lib/pleroma/web/common_api.ex +++ b/lib/pleroma/web/common_api.ex @@ -487,9 +487,7 @@ defmodule Pleroma.Web.CommonAPI do else {what, result} = error -> Logger.warn( - "CommonAPI.remove_mute/2 failed. #{what}: #{result}, user_id: #{user_id}, activity_id: #{ - activity_id - }" + "CommonAPI.remove_mute/2 failed. #{what}: #{result}, user_id: #{user_id}, activity_id: #{activity_id}" ) {:error, error} |