Skip to content

Commit

Permalink
Change BorrowTime to interface{}
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiss2 committed Oct 23, 2023
1 parent 0e2a183 commit c3d66ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/get_flexible_loan_ borrow_history.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type FlexibleLoanBorrowHistory struct {
InitialLoanAmount string `json:"initialLoanAmount"`
CollateralCoin string `json:"collateralCoin"`
InitialCollateralAmount string `json:"initialCollateralAmount"`
BorrowTime int64 `json:"borrowTime"`
BorrowTime interface{} `json:"borrowTime"`
Status FlexibleBorrowStatus `json:"status"`
}

Expand Down

0 comments on commit c3d66ff

Please sign in to comment.