Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-cheperis committed Jan 25, 2024
1 parent 73a3517 commit 6e7c5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vastai_api_invoices.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type VastAiInvoices struct {
} `json:"current"`
Invoices []struct {
Type string `json:"type"`
Amount string `json:"amount"`
Amount float64 `json:"amount"`
Ts float64 `json:"timestamp"`
} `json:"invoices"`
}
Expand Down

0 comments on commit 6e7c5bc

Please sign in to comment.