Skip to content

Commit

Permalink
Add public to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Feb 12, 2024
1 parent e8bb288 commit 42b4cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Snowplow/Emitter/EmitterEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class EmitterEvent: NSObject {
private(set) var payload: Payload
private(set) var storeId: Int64

init(payload: Payload, storeId: Int64) {
public init(payload: Payload, storeId: Int64) {
self.payload = payload
self.storeId = storeId
}
Expand Down

0 comments on commit 42b4cd0

Please sign in to comment.