Style fixes

This commit is contained in:
Ekaterina Vaartis 2021-11-14 21:42:18 +03:00
commit 39e596a5b5
3 changed files with 4 additions and 3 deletions

View file

@ -82,7 +82,8 @@ defmodule Mix.Tasks.Pleroma.Search.Meilisearch do
do: "code",
else: "errorCode"
# Filter out the already indexed documents. This is true when the document does not exist
# Filter out the already indexed documents.
# This is true when the document does not exist
result[error_code_key] == "document_not_found"
else
true