Skip to content

Commit

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

chore: remove duplicate declarations
  • Loading branch information
cb-pravinrajmohan authored Jan 11, 2024
2 parents ff8de86 + e76d2c8 commit 1baf8a3
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 1baf8a3

Please sign in to comment.