Skip to content

Commit

Permalink
chore: nit picks
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed Jan 23, 2024
1 parent a63512b commit f503745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/REventLogger/REvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct REvent: Codable, Equatable {
var occurrenceCount: Int = 1
var firstOccurrenceOn: Double // unix time
var info: [String: String]?

enum CodingKeys: String, CodingKey {
case sourceName = "sdkName"
case sourceVersion = "sdkVersion"
Expand Down

0 comments on commit f503745

Please sign in to comment.