Skip to content

Commit

Permalink
(BEDS-506) test type change
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Sep 23, 2024
1 parent 564baaa commit 2bc3f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/backend-type-conversion-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Backend-Type-Conversion-Check

on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion backend/pkg/api/types/mobile.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type MobileWidgetData struct {
Last24hIncome decimal.Decimal `json:"last_24h_income" faker:"eth"`
Last7dIncome decimal.Decimal `json:"last_7d_income" faker:"eth"`
Last30dApr float64 `json:"last_30d_apr"`
Last30dEfficiency decimal.Decimal `json:"last_30d_efficiency" faker:"eth"`
Last30dEfficiency float64 `json:"last_30d_efficiency"`
NetworkEfficiency float64 `json:"network_efficiency"`
RplPrice decimal.Decimal `json:"rpl_price" faker:"eth"`
RplApr float64 `json:"rpl_apr"`
Expand Down

0 comments on commit 2bc3f03

Please sign in to comment.