Use consistent query indentation
This commit is contained in:
parent
5d2130b6f5
commit
56a33da94a
3
sn.go
3
sn.go
|
@ -115,8 +115,7 @@ func PostStoryToStackerNews(story *Story) {
|
||||||
upsertLink(url: $url, title: $title) {
|
upsertLink(url: $url, title: $title) {
|
||||||
id
|
id
|
||||||
}
|
}
|
||||||
}
|
}`,
|
||||||
`,
|
|
||||||
Variables: map[string]interface{}{
|
Variables: map[string]interface{}{
|
||||||
"url": story.Url,
|
"url": story.Url,
|
||||||
"title": story.Title,
|
"title": story.Title,
|
||||||
|
|
Loading…
Reference in New Issue