Skip to content

Commit

Permalink
make issue number public
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Nov 14, 2018
1 parent f2073a4 commit 0c71909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Swoctokit/Webhook/IssueCommentEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public struct IssueCommentEvent: Decodable, WebhookEvent {

public struct Issue: Decodable {

let number: Int
public let number: Int

}

Expand Down

0 comments on commit 0c71909

Please sign in to comment.