Skip to content

Commit

Permalink
fix: duplicate setting of prices
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Feb 29, 2024
1 parent d9026d5 commit aaab47b
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 aaab47b

Please sign in to comment.