mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/polygon/connectors/aave/v2-to-v3-import/helpers.sol
This commit is contained in:
parent
e1b5ae0223
commit
d90d18649b
|
@ -91,7 +91,7 @@ contract _AaveHelper is Helper {
|
||||||
ImportData memory data
|
ImportData memory data
|
||||||
) internal returns (ImportData memory) {
|
) internal returns (ImportData memory) {
|
||||||
if (inputData.borrowTokens.length > 0) {
|
if (inputData.borrowTokens.length > 0) {
|
||||||
data._borrowTokens = new address[](inputData.borrowTokens.length);
|
data._borrowTokens = new address[](inputData.borrowTokens.length);
|
||||||
data.variableBorrowAmts = new uint256[](
|
data.variableBorrowAmts = new uint256[](
|
||||||
inputData.borrowTokens.length
|
inputData.borrowTokens.length
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user