Skip to content

Commit

Permalink
refactor(comment): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Sep 24, 2024
1 parent d9f3e1e commit f6ca0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/epochtalk_server/models/thread.ex
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ defmodule EpochtalkServer.Models.Thread do
@doc """
Returns recent threads accounting for user priority and user's ignored boards
"""
# TODO(akinsey): complete implementation for main view
@spec recent(user :: User.t() | nil, user_priority :: non_neg_integer) :: [t()]
def recent(user \\ nil, user_priority) do
user_id = if user, do: user.id
Expand Down

0 comments on commit f6ca0b4

Please sign in to comment.