fix: set interface args to empty list by default

This commit is contained in:
Zach Daniel 2023-01-09 14:46:55 -05:00
parent 92838c9055
commit 292450bf82

View file

@ -21,6 +21,7 @@ defmodule Ash.Resource.CalculationInterface do
],
args: [
type: :any,
default: [],
doc: """
Supply field or argument values referenced by the calculation.