Skip to content

Commit

Permalink
Fix web lint (#6784)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Nov 27, 2023
1 parent 22a34b1 commit 26f89a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/common/src/store/purchase-content/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ function* doStartPurchaseContentFlow({
}
}: ReturnType<typeof startPurchaseContentFlow>) {
const audiusBackendInstance = yield* getContext('audiusBackendInstance')
const getFeatureEnabled = yield* getContext('getFeatureEnabled')
const isBuyUSDCViaSolEnabled = yield* call(
getFeatureEnabled,
FeatureFlags.BUY_USDC_VIA_SOL
)
const usdcConfig = yield* call(getBuyUSDCRemoteConfig)
const reportToSentry = yield* getContext('reportToSentry')
const { track, make } = yield* getContext('analytics')
Expand Down

0 comments on commit 26f89a8

Please sign in to comment.