Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Dec 1, 2023
1 parent 5d2f58d commit 1e97006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Core/Emitter/Emitter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Emitter: EmitterEventProcessing {

private var pausedEmit = false

/// Custom NetworkConnection istance to handle connection outside the emitter.
/// Custom NetworkConnection instance to handle connection outside the emitter.
private let networkConnection: NetworkConnection

/// Tracker namespace – required by SQLiteEventStore to name the database
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Tracker/Tracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class Tracker: NSObject {

/// Tracks an event despite its specific type.
/// - Parameter event: The event to track
/// - Returns: The event ID or nil in case tracking is paused
/// - Returns: The event ID
func track(_ event: Event, eventId: UUID = UUID()) -> UUID {
InternalQueue.onQueuePrecondition()

Expand Down

0 comments on commit 1e97006

Please sign in to comment.