Skip to content

Commit

Permalink
Merge pull request #175 from cb-pravinrajmohan/chore/remove-duplicate…
Browse files Browse the repository at this point in the history
…-declarations

chore: remove duplicate declarations
  • Loading branch information
cb-pravinrajmohan authored Jan 5, 2024
2 parents 4063283 + 3bc705c commit 1af8a36
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 1af8a36

Please sign in to comment.