Skip to content

Commit

Permalink
Fixed RD-10593
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Feb 7, 2024
1 parent fa5cc43 commit db1a5a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object CsvPackage extends CsvPackage {
case Rql2ListType(rType: Rql2RecordType, iProps) =>
if (iProps.nonEmpty) return false;
rType
case _ => return false
}
if (innerRecordType.props.nonEmpty) return false;

Expand Down

0 comments on commit db1a5a5

Please sign in to comment.