We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35ce1c commit bf277fdCopy full SHA for bf277fd
Sources/Event/Event.swift
@@ -27,7 +27,7 @@ public enum ErrorEvent : Event {
27
}
28
29
public struct CommonEventGroup<E : Event> {
30
- internal let event:E
+ public let event:E
31
32
private init(_ event:E) {
33
self.event = event
0 commit comments