fix: Add lines attribute to class tags
This commit is contained in:
parent
b9901d52be
commit
1a4f0120a8
2 changed files with 2 additions and 2 deletions
|
@ -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, []}
|
||||||
|
|
|
@ -61,7 +61,7 @@ files =
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
:lines,
|
:lines,
|
||||||
%{},
|
%{"lines" => file_total},
|
||||||
lines
|
lines
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue