Skip to content

Commit

Permalink
Merge pull request #357 from manuelbcd/fix-example-create
Browse files Browse the repository at this point in the history
Fixed examples/create response output
  • Loading branch information
benjivesterby authored Mar 3, 2021
2 parents d30c2ef + abcff6f commit c77a7ee
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 c77a7ee

Please sign in to comment.