Commit 1cfae215 by Ivan Lan

fix: 空保护

parent 4dbf8c9d
......@@ -10,7 +10,7 @@ class TalltyImportExport::ExportPayload::CellColumn
@value_handler = value_handler
if header.children
@cell_clusters = @value.value[header.key.to_sym].map do |val|
@cell_clusters = (@value.value[header.key.to_sym] || []).map do |val|
TalltyImportExport::ExportPayload::Cell.new(
@header,
TalltyImportExport::ExportPayload::Value.new(val, @value.chain),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment