Skip to content

Commit

Permalink
fix: else clause
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jun 12, 2024
1 parent d362f27 commit 27dd160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/services/assetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class AssetService extends Asset {
.mul(bnToBn(this.currentPrice).sub(bnToBn(this.periodPrice)))
.div(WAD)
)
: 0
: BigInt(0)

this.periodPrice = this.currentPrice
}
Expand Down

0 comments on commit 27dd160

Please sign in to comment.