Skip to content

Commit

Permalink
Correct reference to topicPosts
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 14, 2024
1 parent 42b7590 commit e130c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ new MetalsharpProject()
{
if (topicPosts.TryGetValue(topicName, out var topicPostsList))
{
seriesPosts[topicName] = [ ..topicPostsList, post.Metadata ];
topicPosts[topicName] = [ ..topicPostsList, post.Metadata ];
}
else
{
Expand Down

0 comments on commit e130c00

Please sign in to comment.