diff --git a/lib/arkana/models/type.rb b/lib/arkana/models/type.rb index 7078ccf..c04f57a 100644 --- a/lib/arkana/models/type.rb +++ b/lib/arkana/models/type.rb @@ -23,6 +23,6 @@ def self.new(string_value:) # The default type to use when we shouldn't be inferring types. def self.default_type - return STRING + STRING end end