fix: Add lines attribute to class tags

This commit is contained in:
Robert Prehn 2021-07-23 09:41:27 -05:00
parent b9901d52be
commit 1a4f0120a8
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ defmodule Legendary.Content.TermRelationship do
""" """
use Ecto.Schema use Ecto.Schema
import Ecto.Changeset import Ecto.Changeset
alias Legendary.Content.{Post} alias Legendary.Content.Post
@primary_key {:object_id, :integer, []} @primary_key {:object_id, :integer, []}
@primary_key {:term_taxonomy_id, :integer, []} @primary_key {:term_taxonomy_id, :integer, []}

View file

@ -61,7 +61,7 @@ files =
[ [
{ {
:lines, :lines,
%{}, %{"lines" => file_total},
lines lines
} }
] ]