Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Dec 20, 2024
1 parent 8183bf9 commit a862fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppLifecycle/AppStates/Background.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct DoubleBackground: AppState {
parameters[PixelParameters.didStartAppConfigurationFetchBackgroundTask] = dateFormatter.string(from: didStartAppConfigurationFetchBackgroundTask)
}
}
Pixel.fire(pixel: .appDidBackgroundTwice, withAdditionalParameters: parameters)
Pixel.fire(pixel: .appDidConsecutivelyBackground, withAdditionalParameters: parameters)
}

}

0 comments on commit a862fc3

Please sign in to comment.