Skip to content

Commit

Permalink
Fixing merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
studiosutara committed Dec 9, 2024
1 parent 44262d1 commit 6c66988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DuckDuckGo/Statistics/GeneralPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,10 @@ enum GeneralPixel: PixelKitEventV2 {

}

enum AutofillParameterKeys {
static var backfilled = "backfilled"
}

public enum CompileTimeBucketAggregation: String, CustomStringConvertible {

public var description: String { rawValue }
Expand Down

0 comments on commit 6c66988

Please sign in to comment.