Skip to content

Commit

Permalink
Fix in helper methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Mar 22, 2019
1 parent 4f8357f commit f200ff7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ object GHTEventStages {
"evt.membership.insert")

class GHTRecordToPublicEvent(stageName: String = "ght_public")
extends GHTRecordToEventStage[MemberShipEvent](stageName,
"evt.public.insert")
extends GHTRecordToEventStage[PublicEvent](stageName, "evt.public.insert")
}

0 comments on commit f200ff7

Please sign in to comment.