Skip to content

Commit

Permalink
fix: set a default for create_accept
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 19, 2024
1 parent 5c76be0 commit 429d534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transfer/transfer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ defmodule AshDoubleEntry.Transfer do
],
create_accept: [
type: {:wrap_list, :atom},
default: [],
doc: "Additional attributes to accept when creating a transfer"
]
]
Expand Down

0 comments on commit 429d534

Please sign in to comment.