Skip to content

Commit

Permalink
style(post_json): mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
unenglishable committed Dec 17, 2024
1 parent cfefcd6 commit 857f275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/epochtalk_server_web/json/post_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ defmodule EpochtalkServerWeb.Controllers.PostJSON do

zip_posts(posts, parsed_body_list, parsed_signature_list)
end

defp zip_posts(posts, parsed_body_list, parsed_signature_list) do
# zip posts with body/signature lists
Enum.zip_with(
Expand Down

0 comments on commit 857f275

Please sign in to comment.