Closed ericsullivan closed 6 years ago
I fixed whitepace (which makes the PR look larger). The relevant change is in EliXero.CoreApi.Models.Reports.Report.Rows.Cell.Attribute
EliXero.CoreApi.Models.Reports.Report.Rows.Cell.Attribute
def changeset(struct, data) do struct |> cast(data, [:Value, :Id]) end
Thanks for your contributions @ericsullivan
I fixed whitepace (which makes the PR look larger). The relevant change is in
EliXero.CoreApi.Models.Reports.Report.Rows.Cell.Attribute