Skip to content

Commit

Permalink
Fixed examples/create response output
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Mar 3, 2021
1 parent d30c2ef commit abcff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ func main() {
panic(err)
}

fmt.Printf("%s: %+v\n", issue.Key, issue.Fields.Summary)
fmt.Printf("%s: %+v\n", issue.Key, issue.Self)
}

0 comments on commit abcff6f

Please sign in to comment.