Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Jan 30, 2025
1 parent abf0681 commit 8679e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ New: \(subscription.debugDescription, privacy: .public)
cacheSerialQueue.sync {
subscriptionCache.reset()
}
// TODO: check if needed: NotificationCenter.default.post(name: .subscriptionDidChange, object: self, userInfo: nil)
// TBD check if needed: NotificationCenter.default.post(name: .subscriptionDidChange, object: self, userInfo: nil)
}

// MARK: -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public final class DefaultAppStorePurchaseFlowV2: AppStorePurchaseFlowV2 {
case .failure(let error):
Logger.subscriptionAppStorePurchaseFlow.error("purchaseSubscription error: \(String(reflecting: error), privacy: .public)")

await subscriptionManager.signOut(notifyUI: false) // TODO: see if true is needed
await subscriptionManager.signOut(notifyUI: false) // TBD see if true is needed

switch error {
case .purchaseCancelledByUser:
Expand Down

0 comments on commit 8679e29

Please sign in to comment.