Skip to content

Commit a3f7e18

Browse files
committed
Fix ruby implementation
1 parent 270cfc1 commit a3f7e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ruby/lib/tucana/shared/shared.data_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def self.from_hash(config)
238238
def to_h
239239
{
240240
target: self.target,
241-
source: self.source.to_h,
241+
source: self.source.map(&:to_h),
242242
generic_combinations: self.generic_combinations.map(&:to_h),
243243
}
244244
end

0 commit comments

Comments
 (0)