We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d34b06 commit d64de60Copy full SHA for d64de60
shortcut/shortcut.go
@@ -24,6 +24,6 @@ func ExtractShortcutStoryID(title string) (string, error) {
24
return matches[1], nil
25
}
26
27
-func GenerateShortcutStoryURL(shortcutBaseUrl, ticketId string) string {
28
- return fmt.Sprintf(storyURLFormat, shortcutBaseUrl, ticketId)
+func GenerateShortcutStoryURL(shortcutBaseURL, ticketID string) string {
+ return fmt.Sprintf(storyURLFormat, shortcutBaseURL, ticketID)
29
0 commit comments