Use tech sub
This commit is contained in:
parent
c40d61a6a8
commit
1a02fe42c1
2
sn.go
2
sn.go
|
@ -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 {
|
||||
return -1, fmt.Errorf("error posting link: %w", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue