Skip to content

Commit

Permalink
chore: pr review - change format
Browse files Browse the repository at this point in the history
  • Loading branch information
panoramix360 committed Aug 20, 2023
1 parent 43f2306 commit f612398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/app/item.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ defmodule App.Item do
@derive {Jason.Encoder,
except: [:__meta__, :__struct__, :timer, :inserted_at, :updated_at]}
schema "items" do
field(:person_id, :integer)
field(:status, :integer)
field(:text, :string)
field :person_id, :integer
field :status, :integer
field :text, :string

has_many(:timer, Timer)
many_to_many(:tags, Tag, join_through: ItemTag, on_replace: :delete)
Expand Down

0 comments on commit f612398

Please sign in to comment.