diff --git a/src/utils/helpers/diamond.ts b/src/utils/helpers/diamond.ts index 704c87c..f645100 100644 --- a/src/utils/helpers/diamond.ts +++ b/src/utils/helpers/diamond.ts @@ -841,6 +841,7 @@ export function updateGotchiLending( } lending.period = listingResult.period; + lending.rentDuration = listingResult.period; lending.splitOwner = BigInt.fromI32(listingResult.revenueSplit[0]); lending.splitBorrower = BigInt.fromI32(listingResult.revenueSplit[1]);