Skip to content

Commit

Permalink
Update the data type
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 16, 2024
1 parent ab57fa4 commit 1cd83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transform/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ type TrustlineOutput struct {
AccountID string `json:"account_id"`
AssetCode string `json:"asset_code"`
AssetIssuer string `json:"asset_issuer"`
AssetType int32 `json:"asset_type"`
AssetType string `json:"asset_type"`
AssetID int64 `json:"asset_id"`
Balance float64 `json:"balance"`
TrustlineLimit int64 `json:"trust_line_limit"`
Expand Down

0 comments on commit 1cd83b3

Please sign in to comment.