diff --git a/build.csx b/build.csx index 3ba6c38..81bf763 100644 --- a/build.csx +++ b/build.csx @@ -159,7 +159,7 @@ new MetalsharpProject() { if (topicPosts.TryGetValue(topicName, out var topicPostsList)) { - seriesPosts[topicName] = [ ..topicPostsList, post.Metadata ]; + topicPosts[topicName] = [ ..topicPostsList, post.Metadata ]; } else {