Skip to content

Commit

Permalink
Minor refactor to extend Events
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Mar 22, 2019
1 parent 792c7cc commit 4f8357f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ object GitHub {
payload: MemberShipPayload,
public: Boolean,
created_at: Date)
extends Event

case class MemberShipPayload(action: String,
scope: String,
Expand All @@ -551,6 +552,7 @@ object GitHub {
organization: Option[Organization],
public: Boolean,
created_at: Date)
extends Event
/**
* END PublicEvent
*/
Expand Down

0 comments on commit 4f8357f

Please sign in to comment.