Skip to content

Commit

Permalink
feat: requested changes working
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMartins26 committed Jan 13, 2025
1 parent 55b082d commit 055d9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cesium_link/links/link.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ defmodule CesiumLink.Links.Link do
field :visits, :integer, default: 0
field :edited_at, :utc_datetime
field :publish_at, :utc_datetime
field :in_future, :boolean, default: false

timestamps(type: :utc_datetime)
end
Expand Down

0 comments on commit 055d9b9

Please sign in to comment.