@ -115,8 +115,7 @@ func PostStoryToStackerNews(story *Story) {
upsertLink(url: $url, title: $title) {
id
}
`,
}`,
Variables: map[string]interface{}{
"url": story.Url,
"title": story.Title,