Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Oct 18, 2024
1 parent a7323d2 commit 7a52ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/PersistentPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public final class PersistentPixel: PersistentPixelFiring {
)

dispatchGroup.notify(queue: .global()) {
let errors = [dailyPixelStorageError, countPixelStorageError].compactMap { $0 }
completion((dailyPixelStorageError: dailyPixelStorageError, countPixelStorageError: countPixelStorageError))
}
}
Expand Down

0 comments on commit 7a52ab0

Please sign in to comment.