fix(iotdb): change the `data` field to optional

This commit is contained in:
firest 2024-01-25 18:29:41 +08:00
parent bd13540e23
commit 01f374d8e5
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ fields(action_parameters) ->
array(ref(?MODULE, action_parameters_data)),
#{
desc => ?DESC("action_parameters_data"),
required => true
default => []
}
)}
] ++