Skip to content

Commit

Permalink
tweak blockCTLFB capitalization (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamski authored May 24, 2024
1 parent c01e6a5 commit 1403e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/TrackerRadarKit/TrackerData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public struct KnownTracker: Codable, Equatable {
public enum ActionType: String, Codable {
case block
case ignore
// blockCtlFB is treated as "block" for rule creation logic
case blockCtlFB = "block-ctl-fb"
// blockCTLFB is treated as "block" for rule creation logic
case blockCTLFB = "block-ctl-fb"
}

enum CodingKeys: String, CodingKey {
Expand Down

0 comments on commit 1403e17

Please sign in to comment.