Skip to content

Commit

Permalink
style(board_json): mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
unenglishable committed Nov 12, 2024
1 parent a0948d9 commit d9213e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/epochtalk_server_web/json/board_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ defmodule EpochtalkServerWeb.Controllers.BoardJSON do
Board view helper method for mapping childboards and other metadata to board using board mapping and user priority
"""
def proxy_format_board_data_for_find(
board_moderators,
board_mapping,
board_id,
user_priority,
board_counts \\ nil,
board_last_post_info \\ nil
) do
board_moderators,
board_mapping,
board_id,
user_priority,
board_counts \\ nil,
board_last_post_info \\ nil
) do
board_counts = map_to_id(board_counts)
board_last_post_info = map_to_id(board_last_post_info)
# filter out board by id
Expand Down

0 comments on commit d9213e6

Please sign in to comment.