Use tech sub

This commit is contained in:
ekzyis 2023-06-12 23:54:15 +02:00
parent c40d61a6a8
commit 1a02fe42c1
1 changed files with 1 additions and 1 deletions

2
sn.go
View File

@ -34,7 +34,7 @@ func PostStoryToStackerNews(story *Story, options PostStoryOptions) (int, error)
} }
} }
parentId, err := sn.PostLink(story.Url, story.Title, "bitcoin") parentId, err := sn.PostLink(story.Url, story.Title, "tech")
if err != nil { if err != nil {
return -1, fmt.Errorf("error posting link: %w", err) return -1, fmt.Errorf("error posting link: %w", err)
} }