Skip to content

Commit

Permalink
fix(authority): email_domains should handle nilable
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Aug 5, 2024
1 parent 97aa4b2 commit fa27c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/placeos-models/authority.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module PlaceOS::Model
"default_app" => JSON::Any.new("/backoffice/"),
}

attribute email_domains : Array(String) = [] of String
attribute email_domains : Array(String)? = [] of String

macro finished
# Ensure only the host is saved.
Expand Down

0 comments on commit fa27c13

Please sign in to comment.