Closed pledbrook closed 3 years ago
sfCollectionOnlyMapNames was being overwritten with a potentially null value if there were maps in 'ContentForCook/Maps'. This wraps the right-hand expression with @() to ensure the null value is converted to an empty array.
sfCollectionOnlyMapNames
@()
Fixes #50.
sfCollectionOnlyMapNames
was being overwritten with a potentially null value if there were maps in 'ContentForCook/Maps'. This wraps the right-hand expression with@()
to ensure the null value is converted to an empty array.Fixes #50.