Skip to content

Commit

Permalink
Merge pull request #116 from centrifuge/fix-prices
Browse files Browse the repository at this point in the history
fix: duplicate setting of prices
  • Loading branch information
hieronx authored Feb 29, 2024
2 parents d9026d5 + aaab47b commit d775b69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mappings/services/trancheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class TrancheService extends Tranche {
this.tokenPrice = price
logger.info(`Updating price for tranche ${this.id} to: ${this.tokenPrice}`)
}
this.tokenPrice = price
return this
}

Expand Down

0 comments on commit d775b69

Please sign in to comment.