Skip to content

Commit

Permalink
chore: remove duplicate declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-pravinrajmohan committed Jan 5, 2024
1 parent ff8de86 commit e76d2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/CBEntitlement+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ extension Entitlement {
var entitlement: [String: Any] = [:]
entitlement["subscriptionId"] = self.subscriptionID
entitlement["featureId"] = self.featureID
entitlement["subscriptionId"] = self.subscriptionID
entitlement["featureId"] = self.featureID
entitlement["featureName"] = self.featureName
entitlement["featureDescription"] = self.featureDescription
entitlement["featureType"] = self.featureType
Expand Down

0 comments on commit e76d2c8

Please sign in to comment.