We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d1635d + 7e0694a commit 04feeb6Copy full SHA for 04feeb6
1 file changed
build/ruby/lib/tucana/shared/shared.data_type.rb
@@ -194,7 +194,7 @@ def from_hash(config)
194
if config.key?(:data_type_identifier)
195
self.data_type_identifier = config[:data_type_identifier]
196
elsif config.key?(:generic_type)
197
- self.generic_type = GenericType.from_hash(config)
+ self.generic_type = GenericType.from_hash(config[:generic_type])
198
elsif config.key?(:generic_key)
199
self.generic_key = config[:generic_key]
200
else
0 commit comments