Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 4, 2024
1 parent b567a22 commit 2b0f434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PixelKit/PixelKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public final class PixelKit {

if !dryRun, let newParams {
let pixelNameAndParams = pixelName + newParams.toString()
if frequency == .uniqueByNameAndParameters, pixelHasBeenFiredEver(pixelNameAndParams) {
if frequency == .uniqueByNameAndParameters, pixelHasBeenFiredEver(pixelNameAndParams) {
onComplete(false, nil)
return
}
Expand Down

0 comments on commit 2b0f434

Please sign in to comment.