fix: remove bad default for struct constraint

This commit is contained in:
Zach Daniel 2023-03-29 20:24:29 -04:00
parent 6e76a91215
commit bacd54a01b

View file

@ -11,8 +11,7 @@ defmodule Ash.Type.Struct do
@constraints [ @constraints [
instance_of: [ instance_of: [
type: :atom, type: :atom,
doc: "The module the struct should be an instance of", doc: "The module the struct should be an instance of"
default: false
] ]
] ]