Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo committed May 23, 2024
1 parent fb69683 commit e95cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/store/purchase-content/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ async function* purchaseAlbumWithCoinflow(args: {

let numberSplits: UsdcGate['splits'] = {}
let centPrice: number
let accessType: 'stream' | 'download' = 'stream'
const accessType: 'stream' | 'download' = 'stream'

// Get conditions
if (
Expand Down

0 comments on commit e95cb17

Please sign in to comment.