Skip to content

Commit

Permalink
fix(balance): update enum value in balance error kinds (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gladear authored Jan 17, 2025
1 parent a72834a commit 5232a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/lib/app/balance/balance_error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule App.Balance.BalanceError do

@primary_key false
embedded_schema do
field :kind, Ecto.Enum, values: [:missing_revenues]
field :kind, Ecto.Enum, values: [:revenues_missing]
field :extra, :map

field :uniq_hash, :string, virtual: true
Expand Down

0 comments on commit 5232a56

Please sign in to comment.