Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed May 24, 2024
1 parent fa5c96d commit cd87586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commonMain/kotlin/exchange.dydx.abacus/output/Account.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,8 @@ data class TradingRewards(

val synced =
HistoricalTradingReward.create(obj, parser, modified, period)
addHistoricalTradingRewards(result, obj, period, lastStart)
result.add(synced!!)
addHistoricalTradingRewards(result, synced!!, period, lastStart)
result.add(synced)
objIndex++
dataIndex++
lastStart = synced.startedAtInMilliseconds
Expand Down

0 comments on commit cd87586

Please sign in to comment.