Skip to content

Commit

Permalink
feat: removing format_date from tags_view since it's not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
panoramix360 committed Jan 3, 2024
1 parent 47240b8 commit 47df693
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/app_web/views/tag_view.ex
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
defmodule AppWeb.TagView do
use AppWeb, :view
alias App.DateTimeHelper

def format_date(date) do
DateTimeHelper.format_date(date)
end
end

0 comments on commit 47df693

Please sign in to comment.