« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/listing-spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/listing-spec.js')
-rw-r--r--src/listing-spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listing-spec.js b/src/listing-spec.js
index a47bd38c..a301845b 100644
--- a/src/listing-spec.js
+++ b/src/listing-spec.js
@@ -299,7 +299,7 @@ for (const [index, listing] of listingSpec.entries()) {
         errors.push(new AggregateError(suberrors, `Errors matching "see also" listings for ${listing.directory}`));
       }
     } else {
-      listing.seeAlso = null;
+      listing.seeAlso = [];
     }
   }